(no commit message)
authorlkcl <lkcl@web>
Sat, 9 Oct 2021 12:01:34 +0000 (13:01 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 9 Oct 2021 12:01:34 +0000 (13:01 +0100)
3d_gpu/architecture/dynamic_simd/shape.mdwn

index 123d3d488075a8501c702eaf92c2bef629c6e819..1fd1350f607a94097bbf1dfae76269f207058b34 100644 (file)
@@ -7,7 +7,7 @@ back to a SimdSignal, in exactly the same way that c++ virtual base
 class upcasting works when RTTI (Run Time Type Information) works.
 
 By deriving from `ast.Shape` both `width` and `signed` are provided
-already leaving the `SimdShape` class with the responsibility to
+already, leaving the `SimdShape` class with the responsibility to
 additionally define lengths for each mask basis. This is best illustrated
 with an example.