]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: remove old tsdoc
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 5 Aug 2020 11:32:49 +0000 (13:32 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 5 Aug 2020 11:32:49 +0000 (13:32 +0200)
src/matcher/pathParserRanker.ts

index a5f4a1d3e9247984eefa1595b45338259334ff73..663f2bf257bf33d80687902957ce0c9af54cf44e 100644 (file)
@@ -4,7 +4,7 @@ import { assign } from '../utils'
 export type PathParams = Record<string, string | string[]>
 
 /**
- * @description A key
+ * A param in a url like `/users/:id`
  */
 interface PathParserParamKey {
   name: string