mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-22 20:35:20 +00:00
chore: Fix typos throughout code base (automatic)
This is all the typos that `typos` is confident can just be fixed automatically, minus the overrides added to the manifest for the false positives I found.
This commit is contained in:
parent
3eee445dab
commit
6f4aba4aa8
28 changed files with 55 additions and 55 deletions
|
|
@ -601,7 +601,7 @@ impl SharedContext {
|
|||
}
|
||||
|
||||
/// Get the real definition of a compilation.
|
||||
/// Note: must be called after compliation.
|
||||
/// Note: must be called after compilation.
|
||||
pub(crate) fn dependencies(&self) -> EcoVec<reflexo::ImmutPath> {
|
||||
let mut v = EcoVec::new();
|
||||
self.world.iter_dependencies(&mut |p| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue