Skip to content

Commit 30439fe

Browse files
authored
Fix the name of a variable in 'basics.adoc'
1 parent 1bb9391 commit 30439fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/basics.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Overflow and underflow are handled the same way that they are with binary floati
3939

4040
[source, c++]
4141
----
42-
boost::decimal::decimal64_t oveflow_value {100, 10000}; // Constructs +infinity
42+
boost::decimal::decimal64_t overflow_value {100, 10000}; // Constructs +infinity
4343
boost::decimal::decimal64_t underflow_value {100, -10000}; // Constructs 0
4444
----
4545

0 commit comments

Comments
 (0)