Skip to content

Commit 69a4dff

Browse files
committed
Update name's description
1 parent 61aeff7 commit 69a4dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/skriptlang/skript/lang/properties/Property.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public static <HandlerClass extends PropertyHandler<?>, Handler extends HandlerC
111111
*/
112112
public static final Property<ExpressionPropertyHandler<?, ?>> NAME = Property.of(
113113
"name",
114-
"Something with a name, such as a script or a player.",
114+
"A name, such as a script's name or a player's account name.",
115115
Skript.instance(),
116116
ExpressionPropertyHandler.class);
117117

0 commit comments

Comments
 (0)