Skip to content

Commit

Permalink
docs: add missing linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Oct 2, 2024
1 parent 1992ce4 commit 8776036
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/node_modules/@stdlib/blas/base/dswap-wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ mod.read( yptr, viewY );

console.log( viewX );
// => <Float64Array>[ 1.0, 1.0, 1.0, 1.0, 1.0 ]

console.log( viewY );
// => <Float64Array>[ 1.0, 2.0, 3.0, 4.0, 5.0 ]
```
Expand Down Expand Up @@ -258,6 +259,7 @@ mod.read( yptr, viewY );

console.log( viewX );
// => <Float64Array>[ 1.0, 1.0, 1.0, 1.0, 1.0 ]

console.log( viewY );
// => <Float64Array>[ 1.0, 2.0, 3.0, 4.0, 5.0 ]
```
Expand Down

0 comments on commit 8776036

Please sign in to comment.