Skip to content

Commit c8c3cb1

Browse files
committed
Updated readme [skip ci]
1 parent c89d11f commit c8c3cb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Or a span
9696
pgvector::Vector vec{std::span<const float>{{1, 2, 3}}};
9797
```
9898

99-
Convert to a `std::vector`
99+
Get a `std::vector`
100100

101101
```cpp
102102
std::vector<float> float_vec = static_cast<std::vector<float>>(vec);
@@ -116,7 +116,7 @@ Or a span
116116
pgvector::HalfVector vec{std::span<const float>{{1, 2, 3}}};
117117
```
118118

119-
Convert to a `std::vector`
119+
Get a `std::vector`
120120

121121
```cpp
122122
std::vector<float> float_vec = static_cast<std::vector<float>>(vec);

0 commit comments

Comments
 (0)