1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-16 22:27:34 +02:00

Merge pull request #9 from andrewpollack/patch-7

Minor punctuation addition
This commit is contained in:
Martin Geisler
2022-12-22 10:07:58 +01:00
committed by GitHub

View File

@ -1,6 +1,6 @@
# Static and Constant Variables
Global state is managed with static and constant variables
Global state is managed with static and constant variables.
## `const`