Fixed typo
This commit is contained in:
parent
aa35a0b617
commit
1a5bd3f342
|
@ -3,6 +3,7 @@ name = "mcpi_api"
|
|||
version = "0.1.0"
|
||||
authors = ["blackfur <64478051+theblackfurguy@users.noreply.github.com>"]
|
||||
edition = "2018"
|
||||
description = "Wrapper for the Minecraft Pi Edition API handling parsing and other aspects for you"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//! # MCPI API
|
||||
//! `mcpi_api` is a warpper for the Minecraft Pi Edition API handling parsing and other aspects for you.
|
||||
//! `mcpi_api` is a wrapper for the Minecraft Pi Edition API handling parsing and other aspects for you.
|
||||
use std::io::prelude::*;
|
||||
use std::net::TcpStream;
|
||||
use std::io::BufReader;
|
||||
|
|
Loading…
Reference in a new issue