Skip to content

Commit

Permalink
V7: fix primitive docs
Browse files Browse the repository at this point in the history
PUBLISHED_FROM=c4903091b77d7483e9ad2a28f208b73e7ae314d5
  • Loading branch information
Dmitry Frank authored and dimonomid committed May 19, 2016
1 parent 150bfbb commit 872221b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/c-api/primitive_public.h/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ decl_name: "primitive_public.h"

All primitive values but strings.

"foreign" values are also here, see `v7_mk_foreign(v7, )`.
"foreign" values are also here, see `v7_mk_foreign()`.

2 changes: 1 addition & 1 deletion v7.c
Original file line number Diff line number Diff line change
Expand Up @@ -3799,7 +3799,7 @@ V7_PRIVATE uint8_t is_strict_mode(struct v7 *v7);
*
* All primitive values but strings.
*
* "foreign" values are also here, see `v7_mk_foreign(v7, )`.
* "foreign" values are also here, see `v7_mk_foreign()`.
*/

#ifndef CS_V7_SRC_PRIMITIVE_PUBLIC_H_
Expand Down
2 changes: 1 addition & 1 deletion v7.h
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ void v7_stack_stat_clean(struct v7 *v7);
*
* All primitive values but strings.
*
* "foreign" values are also here, see `v7_mk_foreign(v7, )`.
* "foreign" values are also here, see `v7_mk_foreign()`.
*/

#ifndef CS_V7_SRC_PRIMITIVE_PUBLIC_H_
Expand Down

0 comments on commit 872221b

Please sign in to comment.