Skip to content

Commit

Permalink
Merge pull request #56 from rdavis120/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Axect authored Nov 19, 2023
2 parents 3773549 + 1083970 commit 1ce4a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structure/matrix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
//!
//! ```R
//! # R
//! a = matrix(1:4:1, 2, 2, Row)
//! a = matrix(1:4, nrow = 2, ncol = 2, byrow = T)
//! print(a)
//! # [,1] [,2]
//! # [1,] 1 2
Expand Down

0 comments on commit 1ce4a6c

Please sign in to comment.