Skip to content

Commit

Permalink
Merge pull request #152 from OguzhanUmutlu/patch-1
Browse files Browse the repository at this point in the history
Small typo in readme
  • Loading branch information
james-pre authored Nov 30, 2024
2 parents 78f4a16 + cdfd17f commit c683659
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 @@ -162,7 +162,7 @@ await configure({

fs.writeFileSync('/dev/null', 'Some data to be discarded');

const randomData = new Unit8Array(100);
const randomData = new Uint8Array(100);

const random = fs.openSync('/dev/random', 'r');
fs.readSync(random, randomData);
Expand Down

0 comments on commit c683659

Please sign in to comment.