Skip to content

Commit

Permalink
chore: fix typo (#536)
Browse files Browse the repository at this point in the history
Signed-off-by: acezen <qiaozi.zwb@alibaba-inc.com>
  • Loading branch information
acezen committed Jul 10, 2024
1 parent 712b204 commit 298b43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/examples/low_level_reader_example.cc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void adj_list_chunk_info_reader(
ASSERT(maybe_chunk_path.status().ok());
chunk_path = maybe_chunk_path.value();
std::cout
<< "path of fisrt adj_list chunk for outgoing edges of vertex id 100: "
<< "path of first adj_list chunk for outgoing edges of vertex id 100: "
<< chunk_path << std::endl;
// next chunk
ASSERT(reader->next_chunk().ok());
Expand Down

0 comments on commit 298b43e

Please sign in to comment.