Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson authored and timdorr committed Dec 22, 2015
1 parent 13d9557 commit eff85d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/useBasename.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function useBasename(createHistory) {
})
}

// Override all write methods with basename-aware versions.
// Override all write/create methods with basename-aware versions.
function push(location) {
history.push(prependBasename(location))
}
Expand Down
2 changes: 1 addition & 1 deletion modules/useQueries.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function useQueries(createHistory) {
})
}

// Override all write methods with query-aware versions.
// Override all write/create methods with query-aware versions.
function push(location) {
history.push(encodeQuery(location))
}
Expand Down

0 comments on commit eff85d6

Please sign in to comment.