Skip to content

Commit b5b7072

Browse files
authored
docs: fix typos discovered by codespell (#2534)
## Description <!-- A summary of what this pull request achieves and a rough list of changes. --> % `codespell --ignore-words-list=ans,crate,inout,ratatui,ser,stayin,swarmin,worl` * https://github.com/codespell-project/codespell ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [x] Self-review. - [ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [ ] Tests if relevant. - [ ] All breaking changes documented.
1 parent 9b53b1b commit b5b7072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ pub struct DefaultAuthor {
393393
impl DefaultAuthor {
394394
/// Load the default author from storage.
395395
///
396-
/// If the storage is empty creates a new author and perists it.
396+
/// If the storage is empty creates a new author and persists it.
397397
pub async fn load(storage: DefaultAuthorStorage, docs_store: &SyncHandle) -> Result<Self> {
398398
let value = storage.load(docs_store).await?;
399399
Ok(Self {

0 commit comments

Comments
 (0)