Skip to content

Commit

Permalink
API - Trailing Text Not Allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteOne committed Aug 13, 2023
1 parent 43c2d5a commit 620fa0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion System/API/AnimaPowers.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module('br.player.anima API')
module('br.player.anima')
local _, br = ...
if br.api == nil then br.api = {} end

Expand Down
2 changes: 1 addition & 1 deletion System/API/Buff.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module('br.player.buff API')
module('br.player.buff')
local _, br = ...
if br.api == nil then br.api = {} end

Expand Down
5 changes: 2 additions & 3 deletions System/API/Cast.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
module('br.player.cast API')
module('br.player.cast')
local _, br = ...
if br.api == nil then br.api = {} end

--- br.player.cast API
-- @module CastAPI
---
-- @description This API provides functions to retrieve information about spell casts.
-- The 'cast' table is located at br.player.cast. Use this in your profile to access the functions.
-- 'id' is the spellID passed from the builder, which cycles through all the collected ability spells from the spell list for the spec.
Expand Down

0 comments on commit 620fa0b

Please sign in to comment.