Skip to content

Commit cf660fc

Browse files
authored
Update content/en-us/tutorials/fundamentals/coding-5/intro-to-dictionaries.md
1 parent 8123411 commit cf660fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en-us/tutorials/fundamentals/coding-5/intro-to-dictionaries.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ One everyday use of dictionaries is organizing player or character information.
8787
### Using Dictionary Values
8888

8989
There are two ways to access dictionary values:
90+
9091
- `tableName["keyName"]` (importantly, note the quotations)
9192
- `tableName.keyName`
9293

0 commit comments

Comments
 (0)