about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/html/static/js/rustdoc.d.ts2
-rw-r--r--src/librustdoc/html/static/js/scrape-examples.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/librustdoc/html/static/js/rustdoc.d.ts b/src/librustdoc/html/static/js/rustdoc.d.ts
index 2c0d47447c0..686d77abde5 100644
--- a/src/librustdoc/html/static/js/rustdoc.d.ts
+++ b/src/librustdoc/html/static/js/rustdoc.d.ts
@@ -497,7 +497,7 @@ declare namespace rustdoc {
      * First field is the start and end char index,
      * other fields seem to be unused.
      *
-     * generated by `render_call_locations` in `render/mod.rs`.
+     * Generated by `render_call_locations` in `render/mod.rs`.
      */
     type ScrapedLoc = [[number, number], string, string]
 }
diff --git a/src/librustdoc/html/static/js/scrape-examples.js b/src/librustdoc/html/static/js/scrape-examples.js
index ec472666ce1..eeab591bcd8 100644
--- a/src/librustdoc/html/static/js/scrape-examples.js
+++ b/src/librustdoc/html/static/js/scrape-examples.js
@@ -121,7 +121,7 @@
     };
 
     /**
-     * Intitialize the `locs` field
+     * Initialize the `locs` field
      *
      * @param {HTMLElement & {locs?: rustdoc.ScrapedLoc[]}} example
      * @param {boolean} isHidden