From 2a330e403ae1fd6d2abdc0f1d91d3c1be152487d Mon Sep 17 00:00:00 2001 From: andreashuber-lawo Date: Mon, 4 Jan 2016 14:14:39 +0100 Subject: [PATCH] Fix documentation References #8 --- Lawo.EmberPlusSharp/Model/Element.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lawo.EmberPlusSharp/Model/Element.cs b/Lawo.EmberPlusSharp/Model/Element.cs index dcd8bf23..b78d0a4e 100644 --- a/Lawo.EmberPlusSharp/Model/Element.cs +++ b/Lawo.EmberPlusSharp/Model/Element.cs @@ -250,7 +250,7 @@ internal virtual RequestState UpdateRequestState(bool throwForMissingRequiredChi /// Writes the payload of a message that contains an appropriate requests for all elements that require /// one. /// Recursively visits all children with a state equal to , writes - /// a getDirectory request for nodes that do not yet have children or a subscribe request for stream parameters + /// a getDirectory command for nodes that do not yet have children or a subscribe command for stream parameters /// and changes their state accordingly. internal virtual void WriteRequest(EmberWriter writer) {