Skip to content

Commit b0cf7c6

Browse files
committed
- About to attempt to type-bucket Observer Types in Observable Types (likely to make a bit of a mess here)
1 parent 13c6c72 commit b0cf7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESPressio_ThreadSafeObservable.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace ESPressio {
1212

1313
namespace Observable {
1414

15-
/// An `Observable` is an object that can be observed by any number of `IObserver` descendant types
15+
/// A `ThreadSafeObservable` is an object that can be observed by any number of `IObserver` descendant types
1616
/// This is a concrete implementation of `IObservable`, and is Thread Safe!
1717
class ThreadSafeObservable : public IObservable {
1818
private:

0 commit comments

Comments
 (0)