Skip to content

Commit

Permalink
fix: Typo in module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbot95 committed Mar 3, 2024
1 parent febe6ef commit b88e1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screeps-async/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//! screeps-async = "0.1.0"
//! ```
//!
//! # The [#[screeps_async::main]][screeps_async::main] macro
//! # The [`#[screeps_async::main]`](screeps_async::main) macro
//! ```
//! #[screeps_async::main]
//! pub fn game_loop() {
Expand Down

0 comments on commit b88e1a6

Please sign in to comment.