Commit 73ac3c53 authored by ChanHaeng Lee's avatar ChanHaeng Lee
Browse files

Fix comments

parent 99dbd04a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ export function isFediverseHandle(
 * @since 1.8.0
 * @example
 * ```typescript
 * const identifier = convertFediverseHandle("@username@example.com");
 * const identifier = toAcctUrl("@username@example.com");
 * console.log(identifier?.href); // "acct:username@example.com"
 * ```
 */