Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Autonvilkku committed Dec 24, 2024
1 parent b80c387 commit 3dff749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "krait"
version = "0.1.6"
version = "0.1.7"
authors = ["Autonvilkku"]
description = " A game engine that I'm working on."
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src/engine/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::panic::Location;

/// # LogLevel
/// This enum is used to determine the color and priority of the log message.
/// ## ⚠️**Engine shouldn't be used by the user! Addons can use it but sparingly.**
/// ## ⚠️**Engine loglevel shouldn't be used by the user! Addons can use it but sparingly.**
pub enum LogLevel {
Info,
Warning,
Expand Down

0 comments on commit 3dff749

Please sign in to comment.