Skip to content

Commit f946f4a

Browse files
committed
[trivial] Remove non-ASCII in docs/IR.md
1 parent 00723cd commit f946f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/IR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Placeholders are symbolic nodes that are not backed by a concrete tensor during
101101
the compilation of the program. Inputs and outputs of Glow programs should be
102102
modeled using Placeholder nodes. Concrete tensors are attached to placeholder
103103
nodes during the compilation of the program, and not before. This means that
104-
unlike constants, the optimizer cant inspect or mutate the content of
104+
unlike constants, the optimizer can't inspect or mutate the content of
105105
Placeholder nodes. The same program could be compiled using different bound
106106
tensors without changing the semantics of the program.
107107

0 commit comments

Comments
 (0)