Fix grammar
This commit is contained in:
parent
f0f8be2a2e
commit
cea2bbfe27
@ -568,7 +568,7 @@ binop_expr : expr binop expr ;
|
||||
The precedence of Rust binary operators is ordered as follows, going from
|
||||
strong to weak:
|
||||
|
||||
```
|
||||
```text
|
||||
* / %
|
||||
as
|
||||
+ -
|
||||
|
@ -439,7 +439,7 @@ fn main() {
|
||||
unsafe {
|
||||
rl_prompt = prompt.as_ptr();
|
||||
|
||||
println!("{}", rl_prompt);
|
||||
println!("{:?}", rl_prompt);
|
||||
|
||||
rl_prompt = ptr::null();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user