File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
assets/syntaxes/Packages/PHP Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 <dict >
1010 <!--
1111 If you are writing codes for PHP less than 7.3, you may want to
12- uncomment the the following section to ensure that "heredoc ending
12+ uncomment the following section to ensure that "heredoc ending
1313 token must be at BOL".
1414 -->
1515 <!-- <key>unIndentedLinePattern</key>
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ impl MatchedRelease {
170170 }
171171 }
172172
173- /// Canonicalize the the version from the request
173+ /// Canonicalize the version from the request
174174 ///
175175 /// Mainly:
176176 /// * "newest"/"*" or empty -> "latest" in the URL
Original file line number Diff line number Diff line change 8080 </ li >
8181 {%- endif -%}
8282
83- {# If a the crate has a repo url, show it #}
83+ {# If the crate has a repo url, show it #}
8484 {%- if let Some(repository_url) = krate.repository_url -%}
8585 < li class ="pure-menu-item ">
8686 < a href ="{{ repository_url }} " class ="pure-menu-link ">
You can’t perform that action at this time.
0 commit comments