Skip to content

Commit 7833d14

Browse files
committed
Update TurboNavQueryStringPresentation docs
1 parent 637234f commit 7833d14

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

turbo/src/main/kotlin/dev/hotwire/turbo/nav/TurboNavQueryStringPresentation.kt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ package dev.hotwire.turbo.nav
66
* present in either location.
77
*
88
* Example situation:
9-
* current location: /feature
10-
* new location: /feature?filter=true
9+
* current location: /feature
10+
* new location: /feature?filter=true
11+
*
12+
* Another example situation:
13+
* current location: /feature?filter=a
14+
* new location: /feature?filter=b
1115
*/
1216
enum class TurboNavQueryStringPresentation {
1317
/**

0 commit comments

Comments
 (0)