Skip to content

Commit d3635c5

Browse files
Update README.md
1 parent c9321e5 commit d3635c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func square(num int) int {
3636
```
3737
#### Four variants of function 1 is given above and 3 are given below
3838
##### MapInt, MapIntPtr, MapIntErr, MapIntPtrErr
39-
###MapIntPtr
39+
### MapIntPtr
4040
```
4141
package main
4242
@@ -66,7 +66,7 @@ output:
6666
*/
6767
```
6868

69-
###MapIntErr
69+
### MapIntErr
7070
```
7171
package main
7272
@@ -95,7 +95,7 @@ output:
9595
*/
9696
```
9797

98-
###MapIntPtrErr
98+
### MapIntPtrErr
9999
```
100100
package main
101101

0 commit comments

Comments
 (0)