Skip to content

Commit 12e0d13

Browse files
Fix a tiny documentation typo.
1 parent 6b335eb commit 12e0d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/rugged/rugged_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ static int cb_config__to_hash(const git_config_entry *entry, void *opaque)
198198
/*
199199
* call-seq:
200200
* cfg.each_key { |key| block }
201-
* cfg.each_key -> enumarator
201+
* cfg.each_key -> enumerator
202202
*
203203
* Call the given block once for each key in the config file. If no block
204204
* is given, an enumerator is returned.

0 commit comments

Comments
 (0)