Fixed typo

master
blackfur 2021-03-28 19:53:56 +02:00
parent 7aac8f3617
commit 1e15338c72
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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;