Skip to content

Commit

Permalink
chore: fix some comments (#471)
Browse files Browse the repository at this point in the history
Signed-off-by: dashangcun <[email protected]>
Co-authored-by: dashangcun <[email protected]>
  • Loading branch information
dashangcun and haouvw authored Aug 10, 2024
1 parent c012218 commit 51797ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proptest/src/strategy/unions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub type W<T> = (u32, T);
/// coupled with `Arc<T>`. The weight is currently given in `u32`.
pub type WA<T> = (u32, Arc<T>);

/// A `Strategy` which picks from one of several delegate `Stragegy`s.
/// A `Strategy` which picks from one of several delegate `Strategy`s.
///
/// See `Strategy::prop_union()`.
#[derive(Clone, Debug)]
Expand Down
2 changes: 1 addition & 1 deletion proptest/test-persistence-location/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This directory contains two independent cargo worspaces, one which is a
This directory contains two independent cargo workspaces, one which is a
traditional single-crate workspace and another which is a multi-crate workspace
(with only one crate, but what matters is the directory layout).

Expand Down

0 comments on commit 51797ac

Please sign in to comment.