Skip to content

Commit c226393

Browse files
authored
docs: update descriptions
Signed-off-by: Athan <[email protected]>
1 parent 963c2ec commit c226393

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/ztest/two-sample/results/struct-factory/lib

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/ztest/two-sample/results/struct-factory/lib/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ function factory( dtype ) {
8585
},
8686
{
8787
'name': 'xmean',
88-
'description': 'Sample mean of `x`',
88+
'description': 'sample mean of `x`',
8989
'type': dtype,
9090
'castingMode': 'mostly-safe'
9191
},
9292
{
9393
'name': 'ymean',
94-
'description': 'Sample mean of `y`',
94+
'description': 'sample mean of `y`',
9595
'type': dtype,
9696
'castingMode': 'mostly-safe'
9797
}

0 commit comments

Comments
 (0)