Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita3f9aaa

Browse files
authored
book/en: fix markdown syntax error (changkun#121)
Fixeschangkun#120
1 parent32bdf85 commita3f9aaa

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)

[8]ページ先頭

©2009-2025 Movatter.jp