Skip to content

Commit

Permalink
Update jsdoc to use @link
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodwine committed Jan 25, 2025
1 parent 9f15a8b commit ff754a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/value/boolean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {Value} from './index';
* Sass boolean.
*
* This is an abstract class that cannot be directly instantiated. Instead,
* use the provided `true` and `false` singleton instances.
* use the provided {@link sassTrue} and {@link sassFalse} singleton instances.
*/
export abstract class SassBoolean extends Value {
abstract readonly value: boolean;
Expand Down

0 comments on commit ff754a3

Please sign in to comment.