Skip to content

Commit

Permalink
add . to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spring1843 committed Dec 28, 2024
1 parent 79fd4e8 commit e848f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/cmd/pkg/problems/rehearsal.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ newRehearsalEntry parses the rehearsal section of the README.md file that looks
## Rehearsal
* [Some Name 1](./problem_test1.go), [Solution](./solution1.go)
* [Some Name 2](./problem_test2.go), [Solution](./solution2.go)
* [Some Name 2](./problem_test2.go), [Solution](./solution2.go).
*/
func newRehearsalEntry(input string) ([]rehearsalEntry, error) {
lines := strings.Split(input, "\n")
Expand Down

0 comments on commit e848f1f

Please sign in to comment.