Skip to content

Commit

Permalink
fix comment (fqName -> name)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitakkun committed Jul 6, 2024
1 parent 904cc97 commit e10a7d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sealed interface BackInTimeDebuggableInstanceEvent {
* Notify that a property value is changed
* @param instance the reference to the instance
* @param methodCallId the unique id of the method call
* @param propertyName the fqName of the property.
* @param propertyName the name of the property.
* @param propertyValue the value of the property
*/
data class PropertyValueChange(
Expand Down

0 comments on commit e10a7d0

Please sign in to comment.