Fixed a small grammar error configuration help doc
Change-Id: Ibca132f251ffd8e8404d575e4b516ddc44339943
This commit is contained in:
parent
0f6cc68df7
commit
26344577aa
@ -56,7 +56,7 @@ In effect, a sink describes a chain of handlers. The chain starts with
|
|||||||
zero or more transformers and ends with one or more publishers. The first
|
zero or more transformers and ends with one or more publishers. The first
|
||||||
transformer in the chain is passed samples from the corresponding source,
|
transformer in the chain is passed samples from the corresponding source,
|
||||||
takes some action such as deriving rate of change, performing unit conversion,
|
takes some action such as deriving rate of change, performing unit conversion,
|
||||||
or aggregating, before passing the modified sample to next step.
|
or aggregating, before passing the modified sample to the next step.
|
||||||
|
|
||||||
The chains end with one or more publishers. This component makes it possible
|
The chains end with one or more publishers. This component makes it possible
|
||||||
to persist the data into storage through the message bus or to send it to one
|
to persist the data into storage through the message bus or to send it to one
|
||||||
|
Loading…
Reference in New Issue
Block a user