Skip to content

Commit bbf77cf

Browse files
committed
fix: description
1 parent ec8e18f commit bbf77cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Nargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "nodash"
33
type = "lib"
4-
description = "A cool package for Noir"
5-
version = "0.40.2"
4+
description = "A Swiss knife for Noir"
5+
version = "0.40.3"
66
authors = ["Oleh Misarosh <[email protected]>"]
77
repository = "https://github.com/olehmisar/nodash"
88
keywords = ["Noir", "nodash", "util", "hash"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Nodash is a utility library for [Noir](https://github.com/noir-lang/noir) langua
77
Put this into your Nargo.toml.
88

99
```toml
10-
nodash = { git = "https://github.com/olehmisar/nodash/", tag = "v0.40.2" }
10+
nodash = { git = "https://github.com/olehmisar/nodash/", tag = "v0.40.3" }
1111
```
1212

1313
## Docs
@@ -150,7 +150,7 @@ Returns the ASCII code of a single character.
150150
use nodash::ord;
151151

152152
assert(ord("a") == 97);
153-
````
153+
```
154154

155155
### `ArrayExtensions`
156156

0 commit comments

Comments
 (0)