Skip to content

Commit

Permalink
scope.h: Fix typos in apidoc lines
Browse files Browse the repository at this point in the history
Two words on each line got wrongly tied together with an underscore
  • Loading branch information
khwilliamson committed Jul 6, 2023
1 parent 3a51514 commit ae5c96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scope.h
Expand Up @@ -256,8 +256,8 @@ scope has the given name. C<name> must be a literal string.
/*
=for apidoc_section $stack
=for apidoc Am|SSize_t|SSNEW |Size_t size
=for apidoc_item | |SSNEWa |Size_t_size|Size_t align
=for apidoc_item | |SSNEWat|Size_t_size|type|Size_t align
=for apidoc_item | |SSNEWa |Size_t size|Size_t align
=for apidoc_item | |SSNEWat|Size_t size|type|Size_t align
=for apidoc_item | |SSNEWt |Size_t size|type
These temporarily allocates data on the savestack, returning an SSize_t index into
Expand Down

0 comments on commit ae5c96e

Please sign in to comment.