forked from extern/nushell
Misc doc fixes (#12266)
# Description Just a bunch of miscellaneous fixes to the Rust documentation that I found recently while doing a pass on some things. # User-Facing Changes None
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
//! over stdin and stdout using a standardizes serialization framework to exchange
|
||||
//! the typed data that Nushell commands utilize natively.
|
||||
//!
|
||||
//! A typical plugin application will define a struct that implements the [Plugin]
|
||||
//! trait and then, in it's main method, pass that [Plugin] to the [serve_plugin]
|
||||
//! A typical plugin application will define a struct that implements the [`Plugin`]
|
||||
//! trait and then, in its main method, pass that [`Plugin`] to the [`serve_plugin()`]
|
||||
//! function, which will handle all of the input and output serialization when
|
||||
//! invoked by Nushell.
|
||||
//!
|
||||
|
Reference in New Issue
Block a user