We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022c37f commit 99cd718Copy full SHA for 99cd718
1 file changed
docs/validate-addresses.md
@@ -38,7 +38,7 @@ public class ShipEngineDemo {
38
39
List<Map<String, String>> unvalidatedAddress = List.of(stubAddress);
40
41
- Map<String, String> result = shipengine.validateAddresses(unvalidatedAddress);
+ List<Map<String, String>> result = shipengine.validateAddresses(unvalidatedAddress);
42
System.out.println("result = " + result);
43
}
44
@@ -94,4 +94,4 @@ Exceptions
94
----------
95
96
- This method will only throw an exception that is an instance/extension of **ShipEngineException** if there is a
97
- problem if a problem occurs, such as a network error or an error response from the API.
+ problem if a problem occurs, such as a network error or an error response from the API.
0 commit comments