-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What ❔ Simple one letter typo fixes to help me understand how GitHub works and to contribute to ZkSync. ## Why ❔ To improve readability for users and beginners. Also a way for to me to begin contributing to projects i care about and learn how to use GitHub. <!-- Why are these changes done? What goal do they contribute to? What are the principles behind them? --> <!-- Example: PR templates ensure PR reviewers, observers, and future iterators are in context about the evolution of repos. --> ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ Y] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ Y] Tests for the changes have been added / updated. - [ Y] Documentation comments have been added / updated. - [ Y] Code has been formatted via `zk fmt` and `zk lint`. - [ Y] Spellcheck has been run via `zk spellcheck`. --------- Co-authored-by: Fedor Sakharov <[email protected]>
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Rust SDK for zkSync | ||
|
||
This SDK is currently under construction and is only used for internal needs. A public version of the SDK would be | ||
This SDK is currently under construction and is only used for internal needs. A public version of the SDK will be | ||
announced later. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters