DOCS: fix issue in scp .md (#636)

This commit is contained in:
htmlh4cker 2023-06-21 00:04:06 +02:00 committed by GitHub
parent aecdbe8e8f
commit d4113e325a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5482,7 +5482,7 @@ export interface NS {
* ns.scp("foo.lit", "home", "helios" );
*
* //Tries to copy three files from rothman-uni to home computer:
* files = ["foo1.lit", "foo2.txt", "foo3.js"];
* const files = ["foo1.lit", "foo2.txt", "foo3.js"];
* ns.scp(files, "home", "rothman-uni");
* ```
* @example