From b88e1a619ff2c50ba5fc36ce0096c1fefcd812eb Mon Sep 17 00:00:00 2001 From: Scott Techau Date: Sat, 2 Mar 2024 23:08:08 -0800 Subject: [PATCH] fix: Typo in module docs --- screeps-async/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screeps-async/src/lib.rs b/screeps-async/src/lib.rs index 3c9c61a..07ff030 100644 --- a/screeps-async/src/lib.rs +++ b/screeps-async/src/lib.rs @@ -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() {