Skip to content

Commit

Permalink
Wording update: two -> 2
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbator committed Mar 2, 2025
1 parent 0f0e15e commit 3c8b812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojo/stdlib/src/memory/unsafe_pointer.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ struct UnsafePointer[
The loaded value.
"""
constrained[
is_power_of_two(width), "width must be a power of two integer value"
is_power_of_two(width), "width must be a power of 2 integer value"
]()
constrained[
alignment > 0, "alignment must be a positive integer value"
Expand Down

0 comments on commit 3c8b812

Please sign in to comment.