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:
Marshall Bowers 2024-02-07 18:50:11 -05:00 committed by GitHub
parent 219ec91748
commit f2a4dbaf7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {