Skip to content

Commit

Permalink
修正下划线_
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanyon authored and jinzhongjia committed Jan 18, 2024
1 parent 985fe6c commit 6d33508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/engineering/unit-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const expect = std.testing.expect;
test {
std.testing.refAllDecls(S);
_ = S;
- = U;
_ = U;
}
const S = struct {
Expand Down

0 comments on commit 6d33508

Please sign in to comment.