Can’t build designs private documentation (#1289)

Fixes #1288
This commit is contained in:
James Hodgkinson 2022-12-23 20:59:16 +10:00 committed by GitHub
parent def8f3f1bd
commit ae2e7e56bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ impl JavaScriptFile {
self.hash
}
/// returns a <script> HTML tag
/// returns a `<script>` HTML tag
fn as_tag(self) -> String {
let typeattr = match self.filetype {
Some(val) => format!("type=\"{}\" ", val),