Skip to content

Commit 60ebf15

Browse files
committed
correcting strong -> static, resolves #8
1 parent b0264f1 commit 60ebf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ a declarative Swift API for processing values over time.
88

99
Combine is Apple's take on a functional reactive programming library, akin to https://github.com/ReactiveX/RxSwift[RxSwift].
1010
RxSwift itself is a port of http://reactivex.io[ReactiveX].
11-
Apple's framework uses many of the same functional reactive concepts that can be found in other languages and libraries, applying the strongly-typed nature of Swift to their solution.
11+
Apple's framework uses many of the same functional reactive concepts that can be found in other languages and libraries, applying the staticly-typed nature of Swift to their solution.
1212

1313
[NOTE]
1414
====

0 commit comments

Comments
 (0)