From 7833d1467d27ca463ca670f9b0a75272f8dd83c1 Mon Sep 17 00:00:00 2001 From: Jay Ohms Date: Wed, 21 Jul 2021 16:11:27 -0400 Subject: [PATCH] Update TurboNavQueryStringPresentation docs --- .../hotwire/turbo/nav/TurboNavQueryStringPresentation.kt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/turbo/src/main/kotlin/dev/hotwire/turbo/nav/TurboNavQueryStringPresentation.kt b/turbo/src/main/kotlin/dev/hotwire/turbo/nav/TurboNavQueryStringPresentation.kt index 7583cf3b..0b92e60e 100644 --- a/turbo/src/main/kotlin/dev/hotwire/turbo/nav/TurboNavQueryStringPresentation.kt +++ b/turbo/src/main/kotlin/dev/hotwire/turbo/nav/TurboNavQueryStringPresentation.kt @@ -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 { /**