Skip to content

Commit

Permalink
Update validate-addresses.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sushithegreat authored Oct 13, 2022
1 parent 022c37f commit 99cd718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/validate-addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class ShipEngineDemo {

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

Map<String, String> result = shipengine.validateAddresses(unvalidatedAddress);
List<Map<String, String>> result = shipengine.validateAddresses(unvalidatedAddress);
System.out.println("result = " + result);
}
}
Expand Down Expand Up @@ -94,4 +94,4 @@ Exceptions
----------

- This method will only throw an exception that is an instance/extension of **ShipEngineException** if there is a
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 comments on commit 99cd718

Please sign in to comment.