Skip to content

Commit 58fa7e7

Browse files
committed
Fix a typo in the comments
1 parent c23b2d0 commit 58fa7e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/ComplexModule/ElementaryFunctions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// adapted from Kahan's 1986 paper "Branch Cuts for Complex Elementary
3434
// Functions; or: Much Ado About Nothing's Sign Bit".
3535
//
36-
// As quaternions share the same goals and use adoptions of the elementary
36+
// As quaternions share the same goals and use adaptations of the elementary
3737
// functions: If you make a modification to either of the following functions,
3838
// you should almost surely make a parallel modification to the same elementary
3939
// function of quaternions (See ElementaryFunctions.swift in QuaternionModule).

Sources/QuaternionModule/ElementaryFunctions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import RealModule
1414

15-
// As the following elementary functions algorithms are adoptions of the
15+
// As the following elementary functions algorithms are adaptations of the
1616
// elementary functions of complex numbers: If you make a modification to either
1717
// of the following functions, you should almost surely make a parallel
1818
// modification to the same elementary function of complex numbers (See

0 commit comments

Comments
 (0)