Skip to content

Commit 2a75ed0

Browse files
author
Jean B
committed
Merge pull request #602 from hunner/unbreakline
Remove hard linebreaks
2 parents fc18517 + db6e2f8 commit 2a75ed0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.markdown

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,9 @@ Converts any object to an array containing that object. Empty argument lists are
146146

147147
#### `base64`
148148

149-
Converts a string to and from base64 encoding.
150-
Requires an `action` ('encode', 'decode') and either a plain or base64-encoded `string`,
151-
and an optional `method` ('default', 'strict', 'urlsafe')
149+
Converts a string to and from base64 encoding. Requires an `action` ('encode', 'decode') and either a plain or base64-encoded `string`, and an optional `method` ('default', 'strict', 'urlsafe')
152150

153-
for backward compatibility, `metohd` will be set as `default` if not specified.
151+
For backward compatibility, `method` will be set as `default` if not specified.
154152

155153
*Examples:*
156154
~~~
@@ -346,8 +344,7 @@ Returns true if the argument is an array or hash that contains no elements, or a
346344

347345
#### `enclose_ipv6`
348346

349-
Takes an array of ip addresses and encloses the ipv6 addresses with square
350-
brackets. *Type*: rvalue.
347+
Takes an array of ip addresses and encloses the ipv6 addresses with square brackets. *Type*: rvalue.
351348

352349
#### `ensure_packages`
353350

0 commit comments

Comments
 (0)