fix filter use case type in power-of-edgent
Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/commit/d874ad38 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/tree/d874ad38 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/diff/d874ad38 Branch: refs/heads/master Commit: d874ad38f23a104a3c97bea3d1e72a36d591667c Parents: 016dcfb Author: Dale LaBossiere <dlab...@us.ibm.com> Authored: Mon Nov 6 15:39:57 2017 -0500 Committer: Dale LaBossiere <dlab...@us.ibm.com> Committed: Mon Nov 6 15:39:57 2017 -0500 ---------------------------------------------------------------------- site/docs/power-of-edgent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/d874ad38/site/docs/power-of-edgent.md ---------------------------------------------------------------------- diff --git a/site/docs/power-of-edgent.md b/site/docs/power-of-edgent.md index ce435fd..356a30f 100644 --- a/site/docs/power-of-edgent.md +++ b/site/docs/power-of-edgent.md @@ -215,7 +215,7 @@ Let's get back to our original `ImpressiveEdgentExample` and explore making it smarter - push more analytics out to the edge! -Want to only publish readings with values less than 5 and more than 30? +Want to only publish readings with values less than 5 or more than 30? ```java // add this after the poll()