Skip to content

Commit

Permalink
Change undefined to unspecified in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
isaachier committed Jan 4, 2018
1 parent b6749df commit c3500e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/opentracing/span.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ struct FinishSpanOptions {
// be set explicitly). Also, they must be >= the Span's start system timestamp
// and <= the finish_steady_timestamp converted to system timestamp
// (or SystemTime::now() if finish_steady_timestamp is default-constructed).
// Otherwise the behavior of FinishWithOptions() is undefined.
// Otherwise the behavior of FinishWithOptions() is unspecified.
std::vector<LogRecord> log_records;
};

Expand Down

0 comments on commit c3500e6

Please sign in to comment.