Skip to content

Commit d01d8bc

Browse files
committed
DOC: Add scaffolding for testing C++ multidocs
1 parent 578cb73 commit d01d8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/record.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ std::string ToString(const OhlcvMsg& ohlcv_msg) {
196196
std::ostream& operator<<(std::ostream& stream, const OhlcvMsg& ohlcv_msg) {
197197
return StreamOpBuilder{stream}
198198
.SetSpacer("\n ")
199-
.SetTypeName("OhclvMsg")
199+
.SetTypeName("OhlcvMsg")
200200
.Build()
201201
.AddField("hd", ohlcv_msg.hd)
202202
.AddField("open", ohlcv_msg.open)

0 commit comments

Comments
 (0)