summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTP Honey <tphoney@users.noreply.github.com>2017-07-28 12:03:14 +0100
committerGitHub <noreply@github.com>2017-07-28 12:03:14 +0100
commit0c8697477255f2ca6c477c0a960cd151478729e1 (patch)
tree218de9aae6613515476bb29171d92e658ccaa7c9 /README.md
parenta8ce26dbc97c66a154607b8751cb59addd14db77 (diff)
parent772a2d2f406b65ef65161a04455865b37a1c8456 (diff)
Merge pull request #798 from eputnam/round_func
(maint) move/rewrite round() as ruby function
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a8b93ca..b910140 100644
--- a/README.md
+++ b/README.md
@@ -1550,7 +1550,7 @@ For example, `reject(['aaa','bbb','ccc','aaaddd'], 'aaa')` returns ['bbb','ccc']
Reverses the order of a string or array.
-#### `stdlib::round`
+#### `round`
Rounds a number to the nearest integer