Skip to content

Commit 799cded

Browse files
committed
Fix comment indentation
1 parent e0bda7a commit 799cded

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.d.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ declare namespace litecoinRegex {
99
}
1010

1111
/**
12-
Returns a regex for matching Litecoin (LTC) addresses.
13-
@example
14-
```
15-
import litecoinRegex = require('litecoin-regex')
16-
litecoinRegex().test('nodejsrocks LQL9pVH1LsMfKwt82Y2wGhNGkrjF8vwUst');
17-
//=> true
18-
```
12+
Returns a regex for matching Litecoin (LTC) addresses.
13+
@example
14+
```
15+
import litecoinRegex = require('litecoin-regex')
16+
litecoinRegex().test('nodejsrocks LQL9pVH1LsMfKwt82Y2wGhNGkrjF8vwUst');
17+
//=> true
18+
```
1919
*/
2020
declare function litecoinRegex(options?: litecoinRegex.Options): RegExp;
2121

0 commit comments

Comments
 (0)