Skip to content

Commit da17077

Browse files
author
Dana Binkley
committed
[!] Tweaking wording for overflow bullet
1 parent e3e09f8 commit da17077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

courses/ada_essentials/030_basic_types/02-discrete_numeric_types_with_mod.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Modular Type Semantics
143143
------------------------
144144

145145
* Standard :ada:`Integer` operators
146-
* **Wraps-around** in overflow
146+
* **Wraps around** on overflow
147147

148148
- Like other languages' unsigned types
149149
- Attributes :ada:`'Pred` and :ada:`'Succ`

0 commit comments

Comments
 (0)