Skip to content

Commit f05f57b

Browse files
holy smart
1 parent 4d22dd6 commit f05f57b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/funkin/macros/ZProperty.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ZProperty
1010
{
1111
/**
1212
* Builds the field for the `z` property.
13-
* @return New z field.
13+
* @return New `z` field.
1414
*/
1515
public static macro function buildZProperty():Array<Field>
1616
{
@@ -29,7 +29,7 @@ class ZProperty
2929

3030
/**
3131
* Builds the field for the `rearrange` function.
32-
* @return New z field.
32+
* @return New `rearrange` field.
3333
*/
3434
public static macro function buildRearrangeFunction():Array<Field>
3535
{

0 commit comments

Comments
 (0)