Skip to content

Commit 99cd718

Browse files
Update validate-addresses.md
1 parent 022c37f commit 99cd718

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/validate-addresses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class ShipEngineDemo {
3838

3939
List<Map<String, String>> unvalidatedAddress = List.of(stubAddress);
4040

41-
Map<String, String> result = shipengine.validateAddresses(unvalidatedAddress);
41+
List<Map<String, String>> result = shipengine.validateAddresses(unvalidatedAddress);
4242
System.out.println("result = " + result);
4343
}
4444
}
@@ -94,4 +94,4 @@ Exceptions
9494
----------
9595

9696
- 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.
97+
problem if a problem occurs, such as a network error or an error response from the API.

0 commit comments

Comments
 (0)