Skip to content

Commit 3f06b5f

Browse files
committed
Fid a doc
1 parent 855a5cd commit 3f06b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ impl MRubyCompiler2Context {
5959
}
6060

6161
/// Compiles the given mruby code into mruby bytecode binary
62-
/// Returns the bytecode as a Vec<u8>
62+
/// Returns the bytecode as a `Vec<u8>`
6363
pub unsafe fn compile(&mut self, code: &str) -> Result<Vec<u8>, MRubyCompiler2Error> {
6464
unsafe {
6565
let c_code = std::ffi::CString::new(code)

0 commit comments

Comments
 (0)