Skip to content

Commit ffbb5da

Browse files
authored
Missing dash (#36944)
1 parent 2dc7174 commit ffbb5da

File tree

1 file changed

+1
-1
lines changed
  • docs/csharp/language-reference/compiler-messages

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/compiler-messages/cs0120.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.assetid: 3ff67f11-bdf9-436b-bc0c-4fa3cd1925a6
1010
---
1111
# Compiler Error CS0120
1212

13-
An object reference is required for the nonstatic field, method, or property 'member'
13+
An object reference is required for the non-static field, method, or property 'member'
1414

1515
In order to use a non-static field, method, or property, you must first create an object instance. For more information about static methods, see [Static Classes and Static Class Members](../../programming-guide/classes-and-structs/static-classes-and-static-class-members.md). For more information about creating instances of classes, see [Instance Constructors](../../programming-guide/classes-and-structs/instance-constructors.md).
1616

0 commit comments

Comments
 (0)