Skip to content

Commit

Permalink
docs: fix typo in String examples
Browse files Browse the repository at this point in the history
  • Loading branch information
achidlow committed Apr 5, 2024
1 parent 7504ed5 commit 6beb29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lg-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ operation, which would be quite costly in a smart contract). If you are happy us
the number of bytes, then you can call `.bytes.length`.

```python
# you can instantiate with a bytes literal
# you can instantiate with a string literal
data = algopy.String("abc")
# no arguments defaults to an empty value
empty = algopy.String()
Expand Down

0 comments on commit 6beb29d

Please sign in to comment.