diff options
Diffstat (limited to 'docs/style-guide.rst')
-rw-r--r-- | docs/style-guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style-guide.rst b/docs/style-guide.rst index d2d922df..272a1b31 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -615,7 +615,7 @@ indistinguishable from the numerals one and zero. Contract and Library Names ========================== -Contracts should be named using the CapWords style. +Contracts and libraries should be named using the CapWords style. Events |