Skip to content

Commit a3f9aaa

Browse files
authored
book/en: fix markdown syntax error (changkun#121)
Fixes changkun#120
1 parent 32bdf85 commit a3f9aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/en-us/02-usability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ traditional C++ treats `NULL` and `0` as the same thing,
2323
depending on how the compiler defines NULL,
2424
and some compilers define NULL as `((void*)0)` Some will define it directly as `0`.
2525

26-
C++ ** does not allow ** to implicitly convert `void *` to other types.
26+
C++ **does not allow** to implicitly convert `void *` to other types.
2727
But if the compiler tries to define `NULL` as `((void*)0)`, then in the following code:
2828

2929
```cpp

0 commit comments

Comments
 (0)