Skip to content

Commit

Permalink
update note in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
apkille committed Oct 21, 2024
1 parent 0279cd1 commit 9bcf5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Importantly, methods that create or manipulate a Gaussian state, such as [`tenso

!!! note
If you have an array wrapper that initializes both vectors
and matrices, then you can specifiy the array type with a single argument. For instance, to initialize a state that contains `Array`s holding numbers of type `Float32` rather
and matrices, then you can specify the array type with a single argument. For instance, to initialize a state that contains `Array`s holding numbers of type `Float32` rather
than `Float64`, simply pass `Array{Float32}` to any relevant Gabs.jl method:
```jldoctest
julia> state = displace(Array{Float32}, 1.0-im)
Expand Down

0 comments on commit 9bcf5c1

Please sign in to comment.