We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e09f8 commit da17077Copy full SHA for da17077
courses/ada_essentials/030_basic_types/02-discrete_numeric_types_with_mod.rst
@@ -143,7 +143,7 @@ Modular Type Semantics
143
------------------------
144
145
* Standard :ada:`Integer` operators
146
-* **Wraps-around** in overflow
+* **Wraps around** on overflow
147
148
- Like other languages' unsigned types
149
- Attributes :ada:`'Pred` and :ada:`'Succ`
0 commit comments