Skip to content

Commit 87316e6

Browse files
committed
Fix typo
1 parent b1ebf0d commit 87316e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/modules/ROOT/pages/cohorts.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ That means all the following are valid ways to represent the number 300 using th
2424
. 3000000e-4
2525

2626
These values can be useful in certain applications, like preserving the precision of results.
27-
A value is said to be normalized when the effects of these cohorts is removed.
28-
This is done by appending zeros to the significand and reducing the exponent until the significand has the same number of siginficant digits as the type can represent.
27+
A value is said to be *normalized* when the effects of these cohorts is removed.
28+
This is done by appending zeros to the significand and reducing the exponent until the significand has the same number of significant digits as the type can represent.
2929
For example 1 - 6 above would all be represented the same as value 7.
3030
By default, most methods *DO NOT* observe cohorts.
3131
Below is an example of how cohorts can be preserved if one so wishes.

0 commit comments

Comments
 (0)