Skip to content

Commit

Permalink
Fix minor typo in documentation (#78)
Browse files Browse the repository at this point in the history
Change "fro" to "for".
  • Loading branch information
chbw authored Oct 24, 2020
1 parent 296c74f commit 671d282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tik4net/ITikSentence.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public interface ITikSentence
#endif

/// <summary>
/// Tag of sentence (see asynchronous commands fro details).
/// Tag of sentence (see asynchronous commands for details).
/// </summary>
/// <seealso cref="ITikConnection.CallCommandAsync(IEnumerable{string}, string, Action{ITikSentence})"/>
/// <seealso cref="ITikCommand.ExecuteAsync"/>
Expand Down

0 comments on commit 671d282

Please sign in to comment.