Skip to content

Commit 26fe778

Browse files
oli-obkRalfJung
andauthored
Typo
Co-Authored-By: RalfJung <post@ralfj.de>
1 parent 6ca4fc7 commit 26fe778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stacked_borrows.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ impl<'tcx> Stacks {
407407
// alias with `&mut`.
408408
// FIXME: This means that the `dereferencable` attribute on non-frozen shared
409409
// references is incorrect! They are dereferencable when the function is
410-
// called, but might become non-dereferencable during the coruse of execution.
410+
// called, but might become non-dereferencable during the course of execution.
411411
// Also see [1], [2].
412412
//
413413
// [1]: <https://internals.rust-lang.org/t/

0 commit comments

Comments
 (0)