diff options
Diffstat (limited to 'doc/references')
-rw-r--r-- | doc/references/CodingStyle.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/references/CodingStyle.rst b/doc/references/CodingStyle.rst index ddecb6339..3c9b9f398 100644 --- a/doc/references/CodingStyle.rst +++ b/doc/references/CodingStyle.rst @@ -5,7 +5,7 @@ Coding Style Ada subset: use only a simple (VHDL like) subset of Ada: no tasking, no controlled types... VHDL users should easily understand that subset. -Allowed Ada93 features: the standard library, child packages. +Allowed Ada95 features: the standard library, child packages. Use assertions. We try to follow the 'GNU Coding Standards' when possible: comments before @@ -136,4 +136,4 @@ declaration). Don't repeat the comment before the subprogram body. begin If the initialization expression has a side effect (such as allocation), do - not use a constant.
\ No newline at end of file + not use a constant. |