Skip to content

Commit

Permalink
Small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbrooks12 committed Jul 25, 2023
1 parent 53de174 commit eadf3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/orchid/resources/snippets/moreNavigationFaqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ adapter like this:
* intermediate state. If not, it can be set to false so that a single [RouterContract.Inputs.RestoreBackstack] is used
* instead.
*/
public class RouterSavedStateAdapter2<T : Route>(
public class RouterSavedStateAdapter<T : Route>(
private val routingTable: RoutingTable<T>,
private val initialRoute: T?,
private val prefs: Prefs,
Expand Down

0 comments on commit eadf3ae

Please sign in to comment.