Skip to content

Commit

Permalink
Update devices.rst (#630)
Browse files Browse the repository at this point in the history
Fixed a syntactical error
  • Loading branch information
adamkempenich authored and Raj Karamchedu committed Jul 31, 2017
1 parent 6b62b11 commit d942b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartapp-developers-guide/devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Here's a simple example of getting all switch state values and logging the switc
switchVal == "on" ? true : false
}
log.debug "${onSwitches.size() out of ${switches.size()} switches are on"
log.debug "${onSwitches.size()} out of ${switches.size()} switches are on"
}
----
Expand Down

0 comments on commit d942b6a

Please sign in to comment.