Skip to content

Commit 976f8ee

Browse files
authored
Update Loop/FeedbackLoop.swift
Add a comment in the example.
1 parent ec43e45 commit 976f8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/FeedbackLoop.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ extension FeedbackLoop {
9898
/// .take(first: 1)
9999
/// .concat(
100100
/// state
101-
/// .filter { $0.apples.isEmpty }
101+
/// .filter { $0.apples.isEmpty } // ℹ️ Watching specifically for the ideal state.
102102
/// .take(first: 1)
103103
/// .on(value: { state in
104104
/// guard state.apples.isEmpty else { return }

0 commit comments

Comments
 (0)