@casual-simulation/aux-common 3.2.7-alpha.7049482266 → 3.2.7-alpha.7120895964

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bots/Bot.d.ts CHANGED
@@ -159,7 +159,7 @@ export interface RuntimeBot {
159
159
  * @example Get the links of a bot
160
160
  * let links = bot.links;
161
161
  *
162
- * @example Get the @onClick listener of a bot
162
+ * @example Get the \@onClick listener of a bot
163
163
  * let onClick = bot.onClick;
164
164
  *
165
165
  * @example Get a property on a bot by a variable