Skip to content

Commit abf9218

Browse files
committed
Neaten C++ tutorial
1 parent a99ed5e commit abf9218

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

C++/01 C++ - Introduction.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -409,10 +409,10 @@ Returns
409409
<= // less than or equal to
410410
```
411411
412-
!! NOTE. "==" IS **NOT** "="
413-
414-
== COMPARES
415-
= ASSIGNS VALUES
412+
> **NOTE**: `==` IS **NOT** `=`
413+
>
414+
> - `==` COMPARES
415+
> - `=` ASSIGNS VALUES
416416
417417
**Logical Operators**
418418

0 commit comments

Comments
 (0)