Skip to content

Commit 4af629c

Browse files
committed
style(MongoBinaryDownloadUrl): update tsdoc comments
1 parent 57d034d commit 4af629c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/mongodb-memory-server-core/src/util/MongoBinaryDownloadUrl.ts

+4-4
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)