Skip to content

Commit

Permalink
update doc for expectDifference (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
mercedesbunz authored Oct 16, 2024
1 parent 6752df6 commit 743ace3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CustomDump/ExpectDifference.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public func expectDifference<T: Equatable>(
}
}

/// Expect that two values have no difference.
/// Expects that a value has a set of changes.
///
/// An async version of
/// ``expectDifference(_:_:operation:changes:fileID:filePath:line:column:)-5fu8q``.
Expand Down

0 comments on commit 743ace3

Please sign in to comment.