Skip to content

Commit 34b5687

Browse files
committed
remove issue numbers from inline comments
1 parent c0ce0de commit 34b5687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concoredocker.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ class Concore {
231231
}
232232
val.insert(val.begin(), simtime + delta);
233233
it->second->send_with_retry(val);
234-
// simtime must not be mutated here (issue #385).
234+
// simtime must not be mutated here.
235235
}
236236

237237
std::vector<double> read(const std::string& port_name, const std::string& name, const std::string& initstr) {

0 commit comments

Comments
 (0)