@fuzdev/fuz_ui 0.181.0 → 0.182.0

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.
@@ -24,7 +24,7 @@ const format_reference = (ref: string): string => (mdz_is_url(ref) ? ref : `\`${
24
24
  * - Bare identifiers → wrapped in backticks
25
25
  *
26
26
  * @param content Raw `@see` tag content in TSDoc format
27
- * @returns mdz-formatted string ready for `<Mdz>` component
27
+ * @returns mdz-formatted string ready for `Mdz` component
28
28
  *
29
29
  * @example
30
30
  * ```ts