Skip to content

Commit

Permalink
Fix typo in Upgrading 6 -> 7 docs (#136)
Browse files Browse the repository at this point in the history
Closes #134
  • Loading branch information
davidrans authored Mar 26, 2024
1 parent 9407477 commit e9ab9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/7.0/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ to version `7.0`, but it is recommended not to use them for new projects.
| `HierarchicalPath::createAbsoluteFromSegments` | `HierarchicalPath::fromAbsolute` |
| `Query::createFromParams` | `Query::fromParameters` |
| `Query::createFromPairs` | `Query::fromPirs` |
| `Query::createFromUri` | `Query::new` |
| `Query::createFromUri` | `Query::fromUri()` |
| `Query::createFromRFC3986` | `Query::fromRFC3986` |
| `Query::createFromRFC1738` | `Query::fromRFC1738` |
| `Query::params` | `Query::parameter` |
Expand Down

0 comments on commit e9ab9b8

Please sign in to comment.