Skip to content

Commit 7c27568

Browse files
committed
fix: Fixed a small typo in documentation
1 parent 883eb4c commit 7c27568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Once you have downloaded the TF C API and cppflow you can start playing with ten
1818

1919
// Create a tensor from a list, a = [1.0, 2.0, 3.0]
2020
auto a = cppflow::tensor({1.0, 2.0, 3.0});
21-
// Create a tensor of shape 3 filled with 1.0, b = [1.0, 2.0, 3.0]
21+
// Create a tensor of shape 3 filled with 1.0, b = [1.0, 1.0, 1.0]
2222
auto b = cppflow::fill({3}, 1.0);
2323

2424
std::cout << a + b << std::endl;
@@ -200,4 +200,4 @@ Also, for convenience, here is a list with some precomputed serialized options:
200200
| 90% | True | {0x32,0xb,0x9,0xcd,0xcc,0xcc,0xcc,0xcc,0xcc,0xec,0x3f,0x20,0x1} |
201201
+ +---------------+------------------------------------------------------------------+
202202
| | False | {0x32,0x9,0x9,0xcd,0xcc,0xcc,0xcc,0xcc,0xcc,0xec,0x3f} |
203-
+-----------------+---------------+------------------------------------------------------------------+
203+
+-----------------+---------------+------------------------------------------------------------------+

0 commit comments

Comments
 (0)