Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b32135e

Browse files
committed
bug-fix: solve a typo mistake in Action class.
1 parent 41a94e2 commit b32135e

File tree

1 file changed

+1
-1
lines changed
  • controller-application/Police/app/src/main/java/io/github/xei/police/app

1 file changed

+1
-1
lines changed

‎controller-application/Police/app/src/main/java/io/github/xei/police/app/Action.kt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Action {
3030
var d12: Float = 0.toFloat()
3131

3232
@SerializedName("d13")
33-
var d3: Float = 0.toFloat()
33+
var d13: Float = 0.toFloat()
3434

3535
override fun toString(): String = Gson().toJson(this)
3636

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /