Skip to content

Commit

Permalink
Merge pull request #25 from Ecconia/master
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
pipe01 committed Jan 24, 2024
2 parents 9550fab + 7829230 commit 718529e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICC/API/ICommandRegistry.cs
Expand Up @@ -10,7 +10,7 @@ public interface ICommandRegistry
/// <summary>
/// Registers all command methods in <paramref name="type"/>.
/// </summary>
/// <param name="type">The type containin methods marked with the <see cref="CommandAttribute"/> attribute.</param>
/// <param name="type">The type containing methods marked with the <see cref="CommandAttribute"/> attribute.</param>
void RegisterCommandsIn(Type type);
}
}
2 changes: 1 addition & 1 deletion LICC/LConsole.cs
Expand Up @@ -9,7 +9,7 @@ namespace LICC
public delegate void LineOutputDelegate(string line);

/// <summary>
/// Replacement for <see cref="Console"/>, meant to provide a frontend-independant way of outputting
/// Replacement for <see cref="Console"/>, meant to provide a frontend-independent way of outputting
/// colorful text.
/// </summary>
public static class LConsole
Expand Down

0 comments on commit 718529e

Please sign in to comment.