Skip to content

Commit

Permalink
Update a comment in environment.ts reference deeplearn.js. (tensorflo…
Browse files Browse the repository at this point in the history
  • Loading branch information
jgartman authored and Nikhil Thorat committed Apr 29, 2018
1 parent ef6a33e commit 6729422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export class Environment {
/**
* Registers a global backend. The registration should happen when importing
* a module file (e.g. when importing `backend_webgl.ts`), and is used for
* modular builds (e.g. custom deeplearn.js bundle with only webgl support).
* modular builds (e.g. custom tfjs bundle with only webgl support).
*
* @param factory: The backend factory function. When called, it should
* return an instance of the backend.
Expand Down

0 comments on commit 6729422

Please sign in to comment.