Skip to content

Commit 0a2a619

Browse files
authored
Update README.md
1 parent 6152ab7 commit 0a2a619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ int main() {
5151
auto sel =
5252
df.weight(w)
5353
.filter(column::expression(
54-
[](std::vector<double> const &v) { return v.size(); }))(v);
54+
[](std::vector<double> const &v) { return v.size(); }))(x);
5555

5656
auto h_x0_w = df.get(query::output<h1d>(linax(20, 0.0, 200.0)))
5757
.fill(x0)

0 commit comments

Comments
 (0)