Imported Upstream version 1.72.0
[platform/upstream/boost.git] / doc / html / signals2 / tutorial.html
index 6169f1c..dbb30c4 100644 (file)
@@ -713,7 +713,7 @@ calling sequence. If a signal/slot connection is disconnected at
 any time during a signal's calling sequence, the calling sequence
 will still continue but will not invoke the disconnected slot.
 Additionally, a signal may be destroyed while it is in a calling
-sequence, and which case it will complete its slot call sequence
+sequence, in which case it will complete its slot call sequence
 but may not be accessed directly.</p>
 <p>Signals may be invoked recursively (e.g., a signal A calls a
 slot B that invokes signal A...). The disconnection behavior does