Changes

m
"a class or field inside the class" -> "a method or field inside the class"
Line 21: Line 21:     
If you're targetting a class itself, you may omit the Member Signature.<br>
 
If you're targetting a class itself, you may omit the Member Signature.<br>
However, it is required if you're targetting a class or field inside the class.<br>
+
However, it is required if you're targetting a method or field inside the class.<br>
 
<code>MemberSignature</code>s use the Java specification for parts.<br>
 
<code>MemberSignature</code>s use the Java specification for parts.<br>
 
Importantly, classes are in the form <code>Lpath/to/Class;</code>, method descriptors are <code>name(parameters)return</code> and <code>V</code> is void.<br>
 
Importantly, classes are in the form <code>Lpath/to/Class;</code>, method descriptors are <code>name(parameters)return</code> and <code>V</code> is void.<br>