Skip to content

Commit

Permalink
eunit: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lagebr authored and richcarl committed Feb 1, 2025
1 parent de0ef6e commit dbd14e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ off by default, put the following lines in a header file:
```-define(NOTEST, true).
-include_lib("eunit/include/eunit.hrl").'''
and then make sure that every module of your application includes that
header file. This means that you have a only a single place to modify in
header file. This means that you have a single place to modify in
order to change the default setting for testing. To override the `NOTEST'
setting without modifying the code, you can define `TEST' in a compiler
option, like this:
Expand Down Expand Up @@ -614,7 +614,7 @@ Examples:

=== Macros for checking output ===

The following macro can be used within a test case to retreive the
The following macro can be used within a test case to retrieve the
output written to standard output.

<dl>
Expand Down

0 comments on commit dbd14e3

Please sign in to comment.