You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/lg-types.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ See [Python builtins](lg-builtins.md#len---length) for an explanation of why `le
97
97
98
98
### FixedBytes
99
99
100
-
[`algopy.FixedBytes[T]`](#algopy.FixedBytes) represents the underlying AVM `bytes[T]` type where `T` is the literal number denoting the length of the bytes sequence. It is intended to represent binary data, for UTF-8 it might be preferable to use [String](#string).
100
+
[`algopy.FixedBytes[T]`](#algopy.FixedBytes) represents the underlying AVM `bytes[]` type where `T` is the literal number denoting the length of the bytes sequence. It is intended to represent binary data, for UTF-8 it might be preferable to use [String](#string).
0 commit comments