Skip to content

Commit

Permalink
Update TurboNavQueryStringPresentation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Jul 21, 2021
1 parent 637234f commit 7833d14
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ package dev.hotwire.turbo.nav
* present in either location.
*
* Example situation:
* current location: /feature
* new location: /feature?filter=true
* current location: /feature
* new location: /feature?filter=true
*
* Another example situation:
* current location: /feature?filter=a
* new location: /feature?filter=b
*/
enum class TurboNavQueryStringPresentation {
/**
Expand Down

0 comments on commit 7833d14

Please sign in to comment.