Skip to content

Commit de21dfa

Browse files
committed
fix: update memory limit in Context builder example
1 parent 6f2ce58 commit de21dfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/context/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ impl Context {
5454
///
5555
/// ```rust
5656
/// let _context = quickjs_rusty::Context::builder()
57-
/// .memory_limit(100_000)
57+
/// .memory_limit(1_000_000)
5858
/// .build()
5959
/// .unwrap();
6060
/// ```

0 commit comments

Comments
 (0)