Skip to content

Commit

Permalink
fixes minor typos in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy authored Apr 26, 2019
1 parent 7cb39f5 commit 1028120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/domains.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ end
"""
OneDGrid(nx, Lx; x0=-Lx/2, nthreads=Sys.CPU_THREADS, effort=FFTW.MEASURE)
Constrcut a OneDGrid object with size `Lx`, resolution `nx`, and leftmost
Constructs a OneDGrid object with size `Lx`, resolution `nx`, and leftmost
position `x0`. FFT plans are generated for `nthreads` CPUs using
FFTW flag `effort`.
"""
Expand Down Expand Up @@ -80,7 +80,7 @@ end
"""
TwoDGrid(nx, Lx, ny=nx, Ly=Lx; x0=-Lx/2, y0=-Ly/2, nthreads=Sys.CPU_THREADS, effort=FFTW.MEASURE)
Construct a TwoDGrid object.
Constructs a TwoDGrid object.
"""
struct TwoDGrid{T<:AbstractFloat,Ta<:AbstractArray,Tfft,Trfft} <: AbstractTwoDGrid{T}
nx::Int
Expand Down

0 comments on commit 1028120

Please sign in to comment.