We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a5709 commit 0908ea4Copy full SHA for 0908ea4
index.d.ts
@@ -315,8 +315,8 @@ export namespace Decode {
315
export function at<T>(path: string[], child: Decoder<T>) : Decoder<T>
316
317
/**
318
- * This is the same as {@link Decode.at}, but implemented in terms of {@link
319
- * Dec.optionalField} instead of {@link Decode.field}.
+ * This is the same as {@link Decode.at}, but implemented in terms of
+ * {@link Decode.optionalField} instead of {@link Decode.field}.
320
* This means that the provided value is returned if any object in the
321
* given path is missing the next property.
322
*
0 commit comments