Fixed unclosed comment

This commit is contained in:
squidfunk 2020-09-27 16:02:43 +02:00
parent 64f6d2b1f5
commit 063071550c

View File

@ -31,7 +31,7 @@ import { SearchIndex, SearchTransformFn } from "integrations"
*/ */
export type Feature = export type Feature =
| "navigation.tabs" /* Tabs navigation */ | "navigation.tabs" /* Tabs navigation */
| "navigation.instant" /* Instant loading | "navigation.instant" /* Instant loading */
/* ------------------------------------------------------------------------- */ /* ------------------------------------------------------------------------- */