Skip to content

Commit

Permalink
mqba::DomainResolver: Fix misnomer regarding thread safety (bloomberg…
Browse files Browse the repository at this point in the history
…#391)

Signed-off-by: Yuan Jing Vincent Yan <[email protected]>
  • Loading branch information
kaikulimu authored and alexander-e1off committed Oct 24, 2024
1 parent 1837a7d commit 3153716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groups/mqb/mqba/mqba_domainresolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
//
/// Thread-safety
///-------------
// This object is *thread* *enabled*, meaning that two threads can safely call
// This object is *fully thread-safe*, meaning that two threads can safely call
// any methods on the *same* *instance* without external synchronization.
//
/// TBD
Expand Down

0 comments on commit 3153716

Please sign in to comment.