Skip to content

Commit 0e83b31

Browse files
committed
Small grammar fix to bit-docs.js
1 parent 4cdb852 commit 0e83b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var path = require("path");
3131
*
3232
* The processor is also smart enough process regular comments above functions
3333
* that have not explicitly been documented with closure type annotations, and
34-
* extracts basic signature information such as parameters or return type.
34+
* extracts basic signature information such as parameters and/or return type.
3535
*
3636
* Registering the `html` hook adds a mustache template used to generate the
3737
* HTML for the tags added by this plugin.

0 commit comments

Comments
 (0)