Skip to content

Commit d57e1b3

Browse files
Josh OldenburgJosh Oldenburg
authored andcommitted
Minor grammar tweak: Change which to that.
1 parent 92bc2a9 commit d57e1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ In Sprite Kit code, use `CGFloat` if it makes the code more succinct by avoiding
293293

294294
### Constants
295295

296-
Constants are defined using the `let` keyword, and variables with the `var` keyword. Any value which **is** a constant **must** be defined appropriately, using the `let` keyword. As a result, you will likely find yourself using `let` far more than `var`.
296+
Constants are defined using the `let` keyword, and variables with the `var` keyword. Any value that **is** a constant **must** be defined appropriately, using the `let` keyword. As a result, you will likely find yourself using `let` far more than `var`.
297297

298298
**Tip:** One technique that might help meet this standard is to define everything as a constant and only change it to a variable when the compiler complains!
299299

0 commit comments

Comments
 (0)