Skip to content

Commit cbc9255

Browse files
authored
docs: remove backticks
Signed-off-by: Athan <[email protected]>
1 parent f92e973 commit cbc9255

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/gumbel/logpdf

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/gumbel/logpdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ for ( i = 0; i < 10; i++ ) {
160160

161161
#### stdlib_base_dists_gumbel_logcdf( x, mu, beta )
162162

163-
Evaluates the logarithm of the [probability density function][pdf] (PDF) for a [Gumbel][gumbel-distribution] distribution with parameters `mu` (location parameter) and `beta > 0` (scale parameter).\`\`\`
163+
Evaluates the logarithm of the [probability density function][pdf] (PDF) for a [Gumbel][gumbel-distribution] distribution with parameters `mu` (location parameter) and `beta > 0` (scale parameter).
164164

165165
```c
166166
double out = stdlib_base_dists_gumbel_logpdf( 0.0, 0.0, 2.0 );

0 commit comments

Comments
 (0)