fix: README & Comment typos
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img src='./.github/logo.svg' width='100px'/>
|
<img src='./.github/logo.svg' width='100px'/>
|
||||||
<h1 align="center">oxker</h1>
|
<h1 align="center">oxker</h1>
|
||||||
<div align="center">A simple tui to view & control docker containers</dive>
|
<div align="center">A simple tui to view & control docker containers</div>
|
||||||
</p>
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
|||||||
+1
-1
@@ -39,7 +39,7 @@ pub enum Header {
|
|||||||
Tx,
|
Tx,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Convert errors into strings to display
|
/// Convert Header enum into strings to display
|
||||||
impl fmt::Display for Header {
|
impl fmt::Display for Header {
|
||||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||||
let disp = match self {
|
let disp = match self {
|
||||||
|
|||||||
Reference in New Issue
Block a user