Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit 3a9e440

Browse files
committed
Fix docs re bytes for compiled_abis in CompiledPackage
1 parent 47bb636 commit 3a9e440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/tools/move-package/src/compilation/compiled_package.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub struct CompiledPackage {
8787
//
8888
/// filename -> doctext
8989
pub compiled_docs: Option<Vec<(String, String)>>,
90-
/// filename -> json bytes for ScriptABI. Can then be used to generate transaction builders in
90+
/// filename -> BCS bytes for ScriptABI. Can then be used to generate transaction builders in
9191
/// various languages.
9292
pub compiled_abis: Option<Vec<(String, Vec<u8>)>>,
9393
}

0 commit comments

Comments
 (0)