@@ -206,7 +206,7 @@ |
||
| 206 | 206 | { |
| 207 | 207 | $pos = (int)$pos; |
| 208 | 208 | if (!isset($this->ordinals[$pos])) { |
| 209 | - throw new OutOfBoundsException("Position {$pos} not found"); |
|
| 209 | + throw new OutOfBoundsException("position {$pos} not found"); |
|
| 210 | 210 | } |
| 211 | 211 | |
| 212 | 212 | $this->pos = $pos; |