Skip to content

Commit

Permalink
why is publish getting skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity committed Aug 12, 2022
1 parent b26c51c commit 9630cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Why would you ever need this
from pointers import _

text: str = "hello world"
ptr = _&text # creates a new pointer object
ptr = _&text # creates a new pointer object
ptr <<= "world hello"
print(text) # world hello
```
Expand Down

0 comments on commit 9630cb6

Please sign in to comment.