Skip to content

Commit b6f4c44

Browse files
Merge pull request #200 from Saklad5/patch-1
Fix typo in AlgebraicField documentation
2 parents 9d84cef + ae38370 commit b6f4c44

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)