Skip to content

Commit

Permalink
fix minor typo in Documentation.md Overview (#48)
Browse files Browse the repository at this point in the history
* fix minor typo in Documentation.md Overview

* fix minor typo in yswift.json
  • Loading branch information
btoo authored Jul 20, 2024
1 parent 8c25f08 commit d22bde0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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\/"
}
}
}
}

0 comments on commit d22bde0

Please sign in to comment.