Skip to content

Commit 33bc87a

Browse files
committed
Added a link to find replacement method for deprecated runSQL
Signed-off-by: Seb Julliand <[email protected]>
1 parent ad2d238 commit 33bc87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/IBMiContent.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ export default class IBMiContent {
291291
*
292292
* @param statements
293293
* @returns a Result set
294-
* @deprecated Use `IBMi#runSQL` instead
294+
* @deprecated Use {@linkcode IBMi.runSQL IBMi.runSQL} instead
295295
*/
296296
runSQL(statements: string) {
297297
return this.ibmi.runSQL(statements);

0 commit comments

Comments
 (0)