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 @@ -83,9 +83,9 @@ struct DocumentationPageProcessor {
83
83
try document. head ( ) ? . append ( self . javascriptLinks)
84
84
if let canonicalUrl = self . canonicalUrl {
85
85
try document. head ( ) ? . append (
86
- // We should not use `url` here as some of the DocC JavaScript lowercases
87
- // both the `og:url` and `twitter:url` properties, if present. It is better
88
- // to have no `og:url` and `twitter:url` properties than incorrect ones.
86
+ // We should not use Plot's `url` helper here as some of the DocC JavaScript
87
+ // lowercases both the `og:url` and `twitter:url` properties, if present. It's
88
+ // better to have no `og:url` and `twitter:url` properties than incorrect ones.
89
89
Plot . Node. link (
90
90
. rel( . canonical) ,
91
91
. href( canonicalUrl)
You can’t perform that action at this time.
0 commit comments