Skip to content

Commit

Permalink
chore: remove repetitive word (hyperledger#6971)
Browse files Browse the repository at this point in the history
Signed-off-by: goodactive <goodactive@qq.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
  • Loading branch information
2 people authored and matthew1001 committed Jun 7, 2024
1 parent ac69cb9 commit 73e7fda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public interface Generator<S, T> {
// The type to which the json file is directly mapped
private final Class<S> jsonFileMappedType;

// The final type of the test case spec, which may or may not not be same than jsonFileMappedType
// The final type of the test case spec, which may or may not be same than jsonFileMappedType
// Note that we don't really use this field as of now, but as this is the actual type of the final
// spec used by tests, it feels "right" to have it passed explicitly at construction and having it
// around could prove useful later.
Expand Down

0 comments on commit 73e7fda

Please sign in to comment.