File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/mongodb-memory-server-core/src/util Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -507,10 +507,10 @@ export class MongoBinaryDownloadUrl implements MongoBinaryDownloadUrlOpts {
507507 }
508508
509509 /**
510- * Translate input platform to mongodb useable platform
510+ * Translate input platform to mongodb-archive useable platform
511+ * @param platform The Platform to translate to a mongodb archive platform
511512 * @example
512513 * darwin -> osx
513- * @param platform The Platform to translate
514514 */
515515 translatePlatform ( platform : string ) : string {
516516 switch ( platform ) {
@@ -541,10 +541,10 @@ export class MongoBinaryDownloadUrl implements MongoBinaryDownloadUrlOpts {
541541 }
542542
543543 /**
544- * Translate input arch to mongodb useable arch
544+ * Translate input arch to mongodb-archive useable arch
545+ * @param arch The Architecture to translate to a mongodb archive architecture
545546 * @example
546547 * x64 -> x86_64
547- * @param platform The Platform to translate
548548 */
549549 static translateArch ( arch : string , mongoPlatform : string ) : string {
550550 switch ( arch ) {
You can’t perform that action at this time.
0 commit comments