We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2d238 commit 33bc87aCopy full SHA for 33bc87a
src/api/IBMiContent.ts
@@ -291,7 +291,7 @@ export default class IBMiContent {
291
*
292
* @param statements
293
* @returns a Result set
294
- * @deprecated Use `IBMi#runSQL` instead
+ * @deprecated Use {@linkcode IBMi.runSQL IBMi.runSQL} instead
295
*/
296
runSQL(statements: string) {
297
return this.ibmi.runSQL(statements);
0 commit comments