1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-17 14:47:35 +02:00

Minor punctuation addition

This commit is contained in:
Andrew Pollack
2022-12-21 09:31:53 -08:00
committed by GitHub
parent c274f86cfd
commit 6d622a8d58

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`