Fix javadoc typo
Summary: Drive-by fix. Reviewed By: jknoxville Differential Revision: D15241511 fbshipit-source-id: e87f31a9929c24aa56b8101303703342d2ae64c5
This commit is contained in:
committed by
Facebook Github Bot
parent
dabf1a5cf9
commit
1c67540bf7
@@ -12,7 +12,7 @@ import com.facebook.flipper.core.FlipperValue;
|
|||||||
public class InspectorValue<T> implements FlipperValue {
|
public class InspectorValue<T> implements FlipperValue {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Descrive the type of data this value contains. This will influence how values are parsed and
|
* Describe the type of data this value contains. This will influence how values are parsed and
|
||||||
* displayed by the Flipper desktop app. For example colors will be parse as integers and
|
* displayed by the Flipper desktop app. For example colors will be parse as integers and
|
||||||
* displayed using hex values and be editable using a color picker.
|
* displayed using hex values and be editable using a color picker.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user