Skip to content

Commit 3052eaf

Browse files
committed
docs(README): fix extra //!
1 parent e9965c5 commit 3052eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//!# BashDoc
22
//!
3-
//!A tool for generating documentation/help menu for user defined bash //!functions.
3+
//!A tool for generating documentation/help menu for user defined bash functions.
44
//!
55
//!## Syntax
66
//!
@@ -56,7 +56,7 @@
5656
//!
5757
//!```
5858
//!bashdoc 1.0
59-
//!Creates a "javadoc" like structure for bash. See github repo //!github.com/dustinknopoff/bashdoc for information on
59+
//!Creates a "javadoc" like structure for bash. See github repo github.com/dustinknopoff/bashdoc for information on
6060
//!formatting.
6161
//!
6262
//!USAGE:

0 commit comments

Comments
 (0)