Skip to content

Commit

Permalink
Fix exmaples & docs
Browse files Browse the repository at this point in the history
  • Loading branch information
taehyounpark committed May 4, 2024
1 parent 59f63aa commit bb61717
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/examples/hello.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <vector>
#include <queryosity.hpp>
#include "queryosity/hist.h"
#include <queryosity/hist.hpp>
#include <queryosity/json.hpp>
using dataflow = qty::dataflow;
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Consider the following example of computing the factorial of a number, $ n! = 1
#include <vector>
#include <queryosity.hpp>
#include "queryosity/hist.h"
#include <queryosity/hist.hpp>
#include <queryosity/json.hpp>
using dataflow = qty::dataflow;
Expand Down
2 changes: 1 addition & 1 deletion examples/example-01.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <vector>

#include <queryosity.hpp>
#include "queryosity/hist.h"
#include <queryosity/hist.hpp>
#include <queryosity/json.hpp>

using dataflow = qty::dataflow;
Expand Down
2 changes: 1 addition & 1 deletion examples/example-02.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <vector>

#include <queryosity.hpp>
#include "queryosity/hist.h"
#include <queryosity/hist.hpp>
#include <queryosity/json.hpp>
#include <queryosity/csv.hpp>

Expand Down
2 changes: 1 addition & 1 deletion examples/example-03.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <vector>

#include <queryosity.hpp>
#include "queryosity/hist.h"
#include <queryosity/hist.hpp>
#include <queryosity/json.hpp>

using dataflow = qty::dataflow;
Expand Down

0 comments on commit bb61717

Please sign in to comment.