Skip to content

Commit

Permalink
fix printm return documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nickesc committed Jul 30, 2023
1 parent 59bc1fe commit ab3237d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,13 +297,11 @@ printm("printed message", "& additional output");
printed message & additional output
```

**Returns ( [*`Array`*][3] | [*`string`*][2] | [*`undefined`*][4] )** an array of the arguments passed.
**Returns ( [*`Array`*][3] )** an array of the arguments passed.


[1]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String

[2]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Error

[3]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array

[4]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/undefined

0 comments on commit ab3237d

Please sign in to comment.