Skip to content

Commit f59635d

Browse files
committed
Correct defines -> defined at source
1 parent 6fbc7f9 commit f59635d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ for a definition such as this.
2222

2323
### Primitive `String` Extractors
2424

25-
Extractors for all the primitive types are provided for matching on `String`s. These are defines as extensions
25+
Extractors for all the primitive types are provided for matching on `String`s. These are defined as extensions
2626
to the (virtual) companion objects of the primitive types, so they have the same names as the types they
2727
extract.
2828

0 commit comments

Comments
 (0)