Skip to content

Commit 6f9d7e4

Browse files
hsnyderawvwgk
andauthored
Update doc/specs/stdlib_quadrature.md
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
1 parent f3d43b3 commit 6f9d7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_quadrature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ If not specified, the default integral is -1 to 1.
224224
```fortran
225225
program integrate
226226
use iso_fortran_env, dp => real64
227-
implict none
227+
implicit none
228228
229229
integer, parameter :: N = 6
230230
real(dp), dimension(N) :: x,w

0 commit comments

Comments
 (0)