Clean up errant closing paren in identifier name

This commit is contained in:
Justin Ethier 2022-07-17 11:47:00 -04:00
parent 6b15892446
commit e659c5f952

View file

@ -15,7 +15,7 @@ The `(scheme cyclone primitives)` library contains information about Cyclone's s
- [`prim:cont?`](#primcont) - [`prim:cont?`](#primcont)
- [`prim:cont/no-args?`](#primcontno-args) - [`prim:cont/no-args?`](#primcontno-args)
- [`prim:arg-count?`](#primarg-count) - [`prim:arg-count?`](#primarg-count)
- [`prim:allocates-object?)`](#primallocates-object) - [`prim:allocates-object?`](#primallocates-object)
# prim? # prim?
@ -85,7 +85,7 @@ Is `sym` a primitive function that passes a continuation or thread data but has
Should the compiler pass an integer arg count as the function's first parameter? Should the compiler pass an integer arg count as the function's first parameter?
# prim:allocates-object?) # prim:allocates-object?
(prim:allocates-object? sym use-alloca?) (prim:allocates-object? sym use-alloca?)