Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix minor typo in Documentation.md Overview #48

Merged
merged 2 commits into from
Jul 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/YSwift/Documentation.docc/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ YSwift is part of a collection of cross-platform and cross-language Conflict-fre
These data types enable automatic synchronization and merge without conflicts.
YSwift is network agnostic, supporting offline asynchronous, peer to peer, and server based interactions.

YSwift is a Swift language overlay of the Rust library [Yrs](https://docs.rs/yrs/latest/yrs/), but not all of the features of Yrs are current exposed in YSwift.
YSwift is a Swift language overlay of the Rust library [Yrs](https://docs.rs/yrs/latest/yrs/), but not all of the features of Yrs are currently exposed in YSwift.

## Topics

Expand Down
4 changes: 2 additions & 2 deletions docs/data/documentation/yswift.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"type" : "reference"
},
{
"text" : ", but not all of the features of Yrs are current exposed in YSwift.",
"text" : ", but not all of the features of Yrs are currently exposed in YSwift.",
"type" : "text"
}
],
Expand Down Expand Up @@ -683,4 +683,4 @@
"url" : "https:\/\/docs.rs\/yrs\/latest\/yrs\/"
}
}
}
}
Loading