Skip to content

Commit f4a4505

Browse files
Fix trivial typo in quickstart.md
1 parent 8d44613 commit f4a4505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ all(A .== 2.0)
7979

8080
The code around KA may heavily rely on
8181
[`GPUArrays`](https://github.com/JuliaGPU/GPUArrays.jl), for example, to
82-
intialize variables.
82+
initialize variables.
8383
```julia
8484
function mymul(A)
8585
A .= 1.0

0 commit comments

Comments
 (0)