Skip to content

Commit

Permalink
Improve example in doc for columns method (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkobeaga committed Oct 12, 2022
1 parent 6b5e829 commit 0740695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/impl_methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ where
/// [[ 6, 7, 8], [ 9, 10, 11]]]);
///
/// // Here `columns` will yield the six generalized columns of the array.
/// for row in a.columns() {
/// for column in a.columns() {
/// /* loop body */
/// }
/// ```
Expand Down

0 comments on commit 0740695

Please sign in to comment.