= Clarified

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