We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2ce58 commit de21dfaCopy full SHA for de21dfa
1 file changed
src/context/context.rs
@@ -54,7 +54,7 @@ impl Context {
54
///
55
/// ```rust
56
/// let _context = quickjs_rusty::Context::builder()
57
- /// .memory_limit(100_000)
+ /// .memory_limit(1_000_000)
58
/// .build()
59
/// .unwrap();
60
/// ```
0 commit comments