Skip to content

Commit d3c4e45

Browse files
authoredSep 7, 2024
Update README.md
1 parent 901d9db commit d3c4e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ random nonce using `ChaCha20`. You can also provide your own nonce, there is an
383383
passwords or encrryption keys, or any other plaintext sensitive content. Also it's important to zeroize the data when
384384
not used anymore.**
385385
- **In the case of [Copy-on-write fork](https://en.wikipedia.org/wiki/Copy-on-write) you need to zeroize the memory
386-
before forking the child process.**. See here and [example](https://github.com/radumarias/zeroize-python?tab=readme-ov-file#zeroing-memory-before-forking-child-process) for Python.
386+
before forking the child process.**. See here an [example](https://github.com/radumarias/zeroize-python?tab=readme-ov-file#zeroing-memory-before-forking-child-process) for Python.
387387

388388
In the examples below you will see how to do it.
389389

0 commit comments

Comments
 (0)