Polishing

This commit is contained in:
Sam Brannen
2023-03-15 15:00:03 +01:00
parent 2a5eab4b89
commit df4e7d1929
3 changed files with 51 additions and 48 deletions

View File

@@ -522,7 +522,7 @@ public class TypeDescriptor implements Serializable {
/**
* Create a new type descriptor for an object.
* <p>Use this factory method to introspect a source object before asking the
* conversion system to convert it to some another type.
* conversion system to convert it to some other type.
* <p>If the provided object is {@code null}, returns {@code null}, else calls
* {@link #valueOf(Class)} to build a TypeDescriptor from the object's class.
* @param source the source object