Skip to content

Commit 4dbd769

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/specs/stdlib_quadrature.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Accuracy has been validated up to N=64 by comparing computed results to tablulat
206206

207207
### Syntax
208208

209-
`subroutine [[stdlib_quadrature(module):gauss_legendre(interface)]](x, w [, interval])`
209+
`subroutine [[stdlib_quadrature(module):gauss_legendre(interface)]] (x, w[, interval])`
210210

211211
### Arguments
212212

@@ -269,4 +269,3 @@ call gauss_legendre_lobatto(x,w)
269269
integral = sum(x**2 * w)
270270
```
271271

272-

0 commit comments

Comments
 (0)