Skip to content

Commit 0740695

Browse files
authored
Improve example in doc for columns method (#1221)
1 parent 6b5e829 commit 0740695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/impl_methods.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ where
11481148
/// [[ 6, 7, 8], [ 9, 10, 11]]]);
11491149
///
11501150
/// // Here `columns` will yield the six generalized columns of the array.
1151-
/// for row in a.columns() {
1151+
/// for column in a.columns() {
11521152
/// /* loop body */
11531153
/// }
11541154
/// ```

0 commit comments

Comments
 (0)