Skip to content

Commit

Permalink
Merge pull request #500 from AleoHQ/fix/typo
Browse files Browse the repository at this point in the history
Fix typo in Cargo.toml category
  • Loading branch information
collinc97 authored Dec 15, 2020
2 parents 8c9e8fd + 15592e8 commit a1d9d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion symbol-table/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = [
"programming-language",
"zero-knowledge"
]
categories = [ "cryptography::croptocurrencies", "web-programming" ]
categories = [ "cryptography::cryptocurrencies", "web-programming" ]
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
license = "GPL-3.0"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion type-inference/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = [
"programming-language",
"zero-knowledge"
]
categories = [ "cryptography::croptocurrencies", "web-programming" ]
categories = [ "cryptography::cryptocurrencies", "web-programming" ]
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
license = "GPL-3.0"
edition = "2018"
Expand Down

0 comments on commit a1d9d1a

Please sign in to comment.