Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnghia committed Feb 3, 2022
1 parent 758cc53 commit f21ebac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/binaryop/compiled/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ struct common_type_functor {
return data_type{type_to_id<TypeCommon>()};
}

// A compiler bug may cause a compilation error when using empty initialize list to construct
// A compiler bug may cause a compilation error when using empty initializer list to construct
// an std::optional object containing no `data_type` value. Therefore, we should explicitly
// return `std::nullopt` instead.
return std::nullopt;
Expand Down

0 comments on commit f21ebac

Please sign in to comment.