Skip to content

Commit

Permalink
Fix punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
grisenti committed Oct 22, 2023
1 parent 07d7483 commit 32ea471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/language/tuple/destructuring/discard-element.test.mi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Test that destructuring works even while discarding a tuple member
# Test that destructuring works even while discarding a tuple member.

let (a, _, c) = (1, 2, 3)
assert(a == 1)
Expand Down
2 changes: 1 addition & 1 deletion tests/language/variable/discard-declaration.test.mi
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Declare a discarded variable
# Declare a discarded variable.

let _ = "a string"

0 comments on commit 32ea471

Please sign in to comment.