Skip to content

Commit

Permalink
reword comments
Browse files Browse the repository at this point in the history
  • Loading branch information
narpfel committed Apr 3, 2024
1 parent 6b28cb3 commit db010fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions insta/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ macro_rules! assert_compact_json_snapshot {
};
}

// This macro is expected to handle optional trailing commas.
// This macro handles optional trailing commas.
#[doc(hidden)]
#[macro_export]
macro_rules! _assert_serialized_snapshot {
Expand Down Expand Up @@ -319,7 +319,7 @@ macro_rules! assert_debug_snapshot {
// the value. This allows us to implement other macros with a small wrapper. All
// snapshot macros eventually call this macro.
//
// This macro is expected to handle trailing commas.
// This macro handles optional trailing commas.
#[doc(hidden)]
#[macro_export]
macro_rules! _assert_snapshot_base {
Expand Down

0 comments on commit db010fb

Please sign in to comment.