1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2018-08-10 12:36:31 +00:00
parent 77bc5e4f18
commit c5aeebfed5

View file

@ -6147,7 +6147,7 @@ maxgroups(void)
* You can certainly get a sorted unique GID list of
* the current process by this expression:
*
* Process.groups.unique.sort
* Process.groups.uniq.sort
*
*/