commit | b3df29b42889fe2aaffe993795d5931796a9234f | [log] [tgz] |
---|---|---|
author | Ben Olmstead <bolms@google.com> | Mon Sep 23 20:01:40 2019 -0700 |
committer | Ben Olmstead <bolms@google.com> | Mon Sep 23 20:01:40 2019 -0700 |
tree | 05ea0a8a4c8f3d2f2934afeec0eae04bcdfcd4c4 | |
parent | 4f18538477761f0071ef0d3343e1dd7f52e60f90 [diff] |
Really fix typo in docs.
diff --git a/g3doc/design.md b/g3doc/design.md index 9c6093e..afa3ea1 100644 --- a/g3doc/design.md +++ b/g3doc/design.md
@@ -10,7 +10,7 @@ stable intermediate representation (IR), which is consumed by the back ends. This IR is defined in [public/ir_pb2.py][ir_pb2_py]. -[ir_pb_py]: public/ir_pb2.py +[ir_pb2_py]: public/ir_pb2.py The back ends read the IR and emit code to view and manipulate Emboss-defined data structures. Currently, only a C++ back-end exists.