doc: update c.md, fix typo (#110)

This commit is contained in:
mofelee 2022-11-17 11:33:08 +08:00 committed by GitHub
parent fe10fbe8bb
commit 76b1e5b41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ int myNum3 = 15; // myNum3 值为 15
myNum3 = 10; // 现在 myNum3 值为 10
float myFloatNum = 5.99; // 浮点数
char myLetter = 'D'; // 字符
char myLetter = 'D'; // 字符
int x = 5;
int y = 6;