Skip to content

Commit

Permalink
docs: fix typo in Scope documentation (#3217)
Browse files Browse the repository at this point in the history
  • Loading branch information
junbangg authored Jul 2, 2024
1 parent bf0d2ac commit 4bbed36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
///
/// ``Scope`` allows you to transform a parent domain into a child domain, and then run a child
/// reduce on that subset domain. This is an important tool for breaking down large features into
/// smaller units and then piecing them together. The smaller units can easier to understand and
/// smaller units and then piecing them together. The smaller units can be easier to understand and
/// test, and can even be packaged into their own isolated modules.
///
/// You hand ``Scope`` 3 pieces of data for it to do its job:
Expand Down

0 comments on commit 4bbed36

Please sign in to comment.