Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
barksten authored and lpil committed Apr 29, 2024
1 parent 3183660 commit c9f9a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gleeunit.gleam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// Find and run all test functions for the current project using Erlang's EUnit
/// test framework.
///
/// Any Erlang or Gleam function in the `test` directory with a name editing in
/// Any Erlang or Gleam function in the `test` directory with a name ending in
/// `_test` is considered a test function and will be run.
///
/// If running on JavaScript tests will be run with a custom test runner.
Expand Down

0 comments on commit c9f9a89

Please sign in to comment.