mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-10 12:19:28 +00:00
Fix typo in mark_language_loaded
doc comment (#7533)
This PR fixes a small typo in the `mark_language_loaded` doc comment. Release Notes: - N/A
This commit is contained in:
parent
219ec91748
commit
f2a4dbaf7f
1 changed files with 1 additions and 1 deletions
|
@ -1370,7 +1370,7 @@ impl LanguageRegistryState {
|
|||
*self.subscription.0.borrow_mut() = ();
|
||||
}
|
||||
|
||||
/// Mark the given language a having been loaded, so that the
|
||||
/// Mark the given language as having been loaded, so that the
|
||||
/// language registry won't try to load it again.
|
||||
fn mark_language_loaded(&mut self, id: AvailableLanguageId) {
|
||||
for language in &mut self.available_languages {
|
||||
|
|
Loading…
Reference in a new issue