Skip to content

Commit

Permalink
Improve context interface comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-cfuller committed Feb 1, 2025
1 parent da7737d commit 7038762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/NodesGenerator/Resources/Stencils/Flow.stencil
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import {{ import }}
{% endfor %}
{% endif %}

/// Defines the interface from the `Flow` to its `Context` and is intended for deep-linking use, enabling
/// the `Flow` to trigger events programmatically similarly to user-initiated interactions in the view.
/// Defines the interface from the `Flow` to its `Context`, primarily intended for deep-linking. This allows the `Flow`
/// to trigger events programmatically, much like user-initiated interactions from the view.
/// @mockable
@MainActor
{% if node_name == "App" %}
Expand Down

0 comments on commit 7038762

Please sign in to comment.