Skip to content

Commit a7232fc

Browse files
committed
More typos
1 parent b0cc7ef commit a7232fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/postman/collection/Collection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* <p>Ingest a collection from Postman</p>
5050
*
5151
* <pre>
52-
* PostmanID myID = new PostmanID("<your-collection-id");
52+
* PostmanID myID = new PostmanID("&#60your-collection-id&#62");
5353
* Collection myCollection = Collection.pmcFactory(myID);
5454
* </pre>
5555
*

0 commit comments

Comments
 (0)