From 4e3d34a867ef074caf06f4ef7c17489f97520d74 Mon Sep 17 00:00:00 2001 From: mmkal Date: Sun, 3 Jan 2021 07:43:55 -0500 Subject: [PATCH] See no evil --- ts41/get.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts41/get.d.ts b/ts41/get.d.ts index da0cacf60..9103e9aa3 100644 --- a/ts41/get.d.ts +++ b/ts41/get.d.ts @@ -2,7 +2,7 @@ import {Split} from './utilities'; import {StringDigit} from '../source/utilities'; /** -Like @see Get but receives an array of strings as a path parameter. +Like the `Get` type but receives an array of strings as a path parameter. */ type GetWithPath = Keys extends []