Skip to content

Commit 382d67d

Browse files
GantManNikhil Thorat
authored andcommitted
Fix typo in docs for enableDebugMode (tensorflow#1838)
DOC
1 parent ccff369 commit 382d67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/globals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function enableProdMode(): void {
3434

3535
/**
3636
* Enables debug mode which will log information about all executed kernels:
37-
* the ellapsed time of the kernel execution, as well as the rank, shape, and
37+
* the elapsed time of the kernel execution, as well as the rank, shape, and
3838
* size of the output tensor.
3939
*
4040
* Debug mode will significantly slow down your application as it will

0 commit comments

Comments
 (0)