File tree 1 file changed +4
-4
lines changed
packages/mongodb-memory-server-core/src/util
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 {
507
507
}
508
508
509
509
/**
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
511
512
* @example
512
513
* darwin -> osx
513
- * @param platform The Platform to translate
514
514
*/
515
515
translatePlatform ( platform : string ) : string {
516
516
switch ( platform ) {
@@ -541,10 +541,10 @@ export class MongoBinaryDownloadUrl implements MongoBinaryDownloadUrlOpts {
541
541
}
542
542
543
543
/**
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
545
546
* @example
546
547
* x64 -> x86_64
547
- * @param platform The Platform to translate
548
548
*/
549
549
static translateArch ( arch : string , mongoPlatform : string ) : string {
550
550
switch ( arch ) {
You can’t perform that action at this time.
0 commit comments