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 []