Skip to content

Commit

Permalink
More typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bryancross committed Apr 17, 2023
1 parent b0cc7ef commit a7232fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/postman/collection/Collection.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* <p>Ingest a collection from Postman</p>
*
* <pre>
* PostmanID myID = new PostmanID("<your-collection-id");
* PostmanID myID = new PostmanID("&#60your-collection-id&#62");
* Collection myCollection = Collection.pmcFactory(myID);
* </pre>
*
Expand Down

0 comments on commit a7232fc

Please sign in to comment.