= Clarified

This commit is contained in:
Matthew Cech
2019-04-10 23:42:18 -07:00
parent 5440e3b1ee
commit ba7d4324e3
+1 -1
View File
@@ -41,7 +41,7 @@ public class MyClass
}
```
#### Ternary Operator (the ?:)
#### Ternary Operator (`?:`)
Don't.
#### <more to come>