Skip to content

Commit ae38370

Browse files
authored
Fix typo in AlgebraicField documentation
“distributitve” should be spelled “distributive”.
1 parent 9d84cef commit ae38370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/RealModule/AlgebraicField.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/// division are defined, and behave basically like those operations on
1717
/// the real numbers. More precisely, a field is a commutative group under
1818
/// its addition, the non-zero elements of the field form a commutative
19-
/// group under its multiplication, and the distributitve law holds.
19+
/// group under its multiplication, and the distributive law holds.
2020
///
2121
/// Some common examples of fields include:
2222
///

0 commit comments

Comments
 (0)