From 0e046dcbcb8df6f5c7efd6d23e9bef841e74792a Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Wed, 27 Jul 2016 16:10:02 -0700 Subject: [PATCH] Documentation typos. --- cranelift/docs/metaref.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cranelift/docs/metaref.rst b/cranelift/docs/metaref.rst index 65b8f88654..fc9c5e4e29 100644 --- a/cranelift/docs/metaref.rst +++ b/cranelift/docs/metaref.rst @@ -19,7 +19,7 @@ top-level directory. The descriptions are processed in two steps: and other properties. 2. The static data structures are processed to produce Rust source code and - constant dables tables. + constant tables. The main driver for this source code generation process is the :file:`meta/build.py` script which is invoked as part of the build process if @@ -115,7 +115,7 @@ Concrete value types are represented as instances of :class:`cretonne.ValueType` subclasses to represent scalar and vector types. .. autoclass:: ValueType -.. inheritance-diagram:: ValueType ScalarType VectorType IntType FloatType +.. inheritance-diagram:: ValueType ScalarType VectorType IntType FloatType BoolType :parts: 1 .. autoclass:: ScalarType :members: @@ -125,6 +125,8 @@ subclasses to represent scalar and vector types. :members: .. autoclass:: FloatType :members: +.. autoclass:: BoolType + :members: .. automodule:: cretonne.types :members: