Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 5900976

Browse files
authored
Merge pull request #340 from nippur72/patch-1
Fixed code typo in Modules.md
2 parents df1296a + bda7975 commit 5900976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Modules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ For example:
554554
##### math-lib.d.ts
555555

556556
```ts
557-
export const isPrime(x: number): boolean;'
557+
export const isPrime(x: number): boolean;
558558
export as namespace mathLib;
559559
```
560560

0 commit comments

Comments
 (0)