File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ struct DocumentationPageProcessor {
82
82
try document. head ( ) ? . append ( self . stylesheetLink)
83
83
if let canonicalUrl = self . canonicalUrl {
84
84
try document. head ( ) ? . append (
85
- // We should not use `url` here as some of the DocC JavaScript lowercases
86
- // both the `og:url` and `twitter:url` properties, if present. It is better
87
- // to have no `og:url` and `twitter:url` properties than incorrect ones.
85
+ // We should not use Plot's `url` helper here as some of the DocC JavaScript
86
+ // lowercases both the `og:url` and `twitter:url` properties, if present. It's
87
+ // better to have no `og:url` and `twitter:url` properties than incorrect ones.
88
88
Plot . Node. link (
89
89
. rel( . canonical) ,
90
90
. href( canonicalUrl)
You can’t perform that action at this time.
0 commit comments