Skip to content

Commit

Permalink
add missing docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
asquared31415 committed Jan 12, 2024
1 parent 664d5fd commit cf026dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/objects/impls/structure_spawn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ extern "C" {
/// [`StructureSpawn`] or a [`StructureInvaderCore`].
///
/// [Screeps documentation](https://docs.screeps.com/api/#StructureSpawn.Spawning.spawn)
///
/// [`StructureInvaderCore`]: crate::objects::StructureInvaderCore
#[wasm_bindgen(method, getter)]
pub fn spawn(this: &Spawning) -> Structure;

Expand Down

0 comments on commit cf026dc

Please sign in to comment.