]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/dep_graph/dep_tracking_map.rs
Rollup merge of #61698 - davidtwco:ice-const-generic-length, r=varkor
[rust.git] / src / librustc / dep_graph / dep_tracking_map.rs
index a296a3379c2aca53bd8fe6571f821e7b4ee77688..94b832bea628ef915287bb3e293191aa27764173 100644 (file)
@@ -43,7 +43,7 @@ impl<M: DepTrackingMapConfig> MemoizationMap for RefCell<DepTrackingMap<M>> {
     ///
     /// Here, `[op]` represents whatever nodes `op` reads in the
     /// course of execution; `Map(key)` represents the node for this
-    /// map; and `CurrentTask` represents the current task when
+    /// map, and `CurrentTask` represents the current task when
     /// `memoize` is invoked.
     ///
     /// **Important:** when `op` is invoked, the current task will be