diff --git a/adoc/chapters/programming_interface.adoc b/adoc/chapters/programming_interface.adoc index 4b328a1f..1340abda 100644 --- a/adoc/chapters/programming_interface.adoc +++ b/adoc/chapters/programming_interface.adoc @@ -973,8 +973,8 @@ Each platform has a default context which contains all of the devices in the platform and has no associated asynchronous error handler. Applications can retrieve a copy of this default `context` object, for example, by constructing a `queue`. -These copies follow the common reference semantics, as though they are all copies -of a single internal `context` object that is held by each platform. +These copies follow the common reference semantics, as though they are all +copies of a single internal `context` object that is held by each platform. The [code]#platform# class provides the common reference semantics as defined in <>.