Skip to content

Commit 0908ea4

Browse files
committed
Fix wrong doc link
1 parent b7a5709 commit 0908ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ export namespace Decode {
315315
export function at<T>(path: string[], child: Decoder<T>) : Decoder<T>
316316

317317
/**
318-
* This is the same as {@link Decode.at}, but implemented in terms of {@link
319-
* Dec.optionalField} instead of {@link Decode.field}.
318+
* This is the same as {@link Decode.at}, but implemented in terms of
319+
* {@link Decode.optionalField} instead of {@link Decode.field}.
320320
* This means that the provided value is returned if any object in the
321321
* given path is missing the next property.
322322
*

0 commit comments

Comments
 (0)