Skip to content

Commit 837f6e0

Browse files
committed
Fix typo.
1 parent 410b770 commit 837f6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Observation/Sources/Observation/Observable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
///
2727
/// This macro adds observation support to a custom type and conforms the type
2828
/// to the ``Observation/Observable-swift.protocol`` protocol. For example, the
29-
/// following code apply the `Observable` macro to the type `Car` making it
29+
/// following code applies the `Observable` macro to the type `Car` making it
3030
/// observable:
3131
///
3232
/// ```swift

0 commit comments

Comments
 (0)