docs(url_tree):fix typo(UrlSegment path property's comment part -> path) (#12728)

This commit is contained in:
liufc 2016-11-08 02:27:47 +08:00 committed by vikerman
parent 77cbf7f2bb
commit 89fd54e8e3
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ export class UrlSegmentGroup {
export class UrlSegment {
constructor(
/**
* The part part of a URL segment.
* The path part of a URL segment.
*/
public path: string,