We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cc7ef commit a7232fcCopy full SHA for a7232fc
src/main/java/com/postman/collection/Collection.java
@@ -49,7 +49,7 @@
49
* <p>Ingest a collection from Postman</p>
50
*
51
* <pre>
52
- * PostmanID myID = new PostmanID("<your-collection-id");
+ * PostmanID myID = new PostmanID("<your-collection-id>");
53
* Collection myCollection = Collection.pmcFactory(myID);
54
* </pre>
55
0 commit comments