From 037020d5f845ff8ca4895d76f99ce7b684786ad1 Mon Sep 17 00:00:00 2001 From: Thomas Osmonson Date: Thu, 16 Jul 2020 09:56:37 -0500 Subject: [PATCH] fix: wrap as code --- src/vm/docs/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vm/docs/mod.rs b/src/vm/docs/mod.rs index 693121f44..8eae38c3e 100644 --- a/src/vm/docs/mod.rs +++ b/src/vm/docs/mod.rs @@ -1102,7 +1102,7 @@ const USE_TRAIT_API: DefineAPI = DefineAPI { output_type: "Not Applicable", signature: "(use-trait trait-alias trait-identifier)", description: "`use-trait` is used to bring a trait, defined in another contract, to the current contract. Subsequent -references to an imported trait are signaled with the syntax . +references to an imported trait are signaled with the syntax ``. Traits import are defined with a name, used as an alias, and a trait identifier. Trait identifiers can either be using the sugared syntax (.token-a.token-trait), or be fully qualified ('SPAXYA5XS51713FDTQ8H94EJ4V579CXMTRNBZKSF.token-a.token-trait).