Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Mora <[email protected]>
  • Loading branch information
ArnyminerZ committed Dec 30, 2023
1 parent dd52bef commit 6ffeee5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ class NewPathActivity : EditorActivity<Sector, Path, BaseEntity, NewPathActivity
appendDifference("grade", grade.value, element.value?.grade)
appendDifference("ending", ending.value, element.value?.ending)

appendDifference("pitches", pitches, element.value?.pitches)
appendDifference("pitches", pitches.value, element.value?.pitches)

appendDifference("stringCount", stringCount.value, element.value?.stringCount)

Expand Down

0 comments on commit 6ffeee5

Please sign in to comment.