mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-14 06:42:35 +00:00
renamed Playpen
to Playground
in ajax error handling
This commit is contained in:
parent
798225bcdc
commit
c36eca15c2
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ function run_rust_code(code_block) {
|
|||
result_block.text(response.result);
|
||||
},
|
||||
error: function(qXHR, textStatus, errorThrown){
|
||||
result_block.text("Playpen communication " + textStatus);
|
||||
result_block.text("Playground communication " + textStatus);
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue