Skip to content

Commit

Permalink
Fix reflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlueck committed Oct 7, 2024
1 parent 2d63525 commit 013b3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
<<sec:reference-semantics>>.
Expand Down

0 comments on commit 013b3a8

Please sign in to comment.