Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
References #8
  • Loading branch information
andreashuber-lawo committed Jan 4, 2016
1 parent 2117145 commit 2a330e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lawo.EmberPlusSharp/Model/Element.cs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ internal virtual RequestState UpdateRequestState(bool throwForMissingRequiredChi
/// <summary>Writes the payload of a message that contains an appropriate requests for all elements that require
/// one.</summary>
/// <remarks>Recursively visits all children with a state equal to <see cref="RequestState.None"/>, 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.</remarks>
internal virtual void WriteRequest(EmberWriter writer)
{
Expand Down

0 comments on commit 2a330e4

Please sign in to comment.