Skip to content

Commit 5a54b92

Browse files
mvoriseknicolas-grekas
authored andcommitted
Fix "can not" spelling
1 parent 6097f4e commit 5a54b92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Matcher/RequestMatcherInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ interface RequestMatcherInterface
2626
/**
2727
* Tries to match a request with a set of routes.
2828
*
29-
* If the matcher can not find information, it must throw one of the exceptions documented
29+
* If the matcher cannot find information, it must throw one of the exceptions documented
3030
* below.
3131
*
3232
* @return array

Matcher/UrlMatcherInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ interface UrlMatcherInterface extends RequestContextAwareInterface
2626
/**
2727
* Tries to match a URL path with a set of routes.
2828
*
29-
* If the matcher can not find information, it must throw one of the exceptions documented
29+
* If the matcher cannot find information, it must throw one of the exceptions documented
3030
* below.
3131
*
3232
* @param string $pathinfo The path info to be parsed (raw format, i.e. not urldecoded)

0 commit comments

Comments
 (0)