Skip to content

Commit 5c53579

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

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
@@ -270,7 +270,7 @@ If not specified, the default integral is -1 to 1.
270270
```fortran
271271
program integrate
272272
use iso_fortran_env, dp => real64
273-
implict none
273+
implicit none
274274
275275
integer, parameter :: N = 6
276276
real(dp), dimension(N) :: x,w

0 commit comments

Comments
 (0)