Fix doc tests.

This commit is contained in:
Stephen Chung
2021-03-17 14:45:40 +08:00
parent 6667a22c0c
commit e2a66e0241
2 changed files with 9 additions and 9 deletions

View File

@@ -1303,7 +1303,7 @@ pub struct OpAssignment {
///
/// Two separate hashes are pre-calculated because of the following pattern:
///
/// ```rust,no_run
/// ```,ignore
/// func(a, b, c); // Native: func(a, b, c) - 3 parameters
/// // Script: func(a, b, c) - 3 parameters
///