Skip to content

Commit 6514984

Browse files
committed
fix typo
1 parent 0621759 commit 6514984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/unified.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fn test_backend(){
1010
let num_cols: u64 = 10;
1111
let dims = Dim4::new(&[num_rows, num_cols, 1, 1]);
1212

13-
println!("Create a 5-by-3 matrix of random floats on the compute device");
13+
println!("Create a 10-by-10 matrix of random floats on the compute device");
1414
let a = match randu(dims, Aftype::F32) {
1515
Ok(value) => value,
1616
Err(error) => panic!("{}", error),

0 commit comments

Comments
 (0)