Skip to content

Commit 879f232

Browse files
committed
Fix typos in comments
1 parent 7d9621e commit 879f232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/IronPython/Runtime/ClrModule.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
[assembly: PythonModule("clr", typeof(IronPython.Runtime.ClrModule))]
4141
namespace IronPython.Runtime {
4242
/// <summary>
43-
/// this class contains objecs and static methods used for
44-
/// .NET/CLS interop with Python.
43+
/// This class contains objects and static methods used for
44+
/// .NET/CLS interop with Python.
4545
/// </summary>
4646
public static class ClrModule {
4747

0 commit comments

Comments
 (0)