Skip to content

Commit

Permalink
Merge pull request #8571 from aathn/quotes
Browse files Browse the repository at this point in the history
Add closing quotes in cerl.erl docstrings
  • Loading branch information
kikofernandez authored Jun 17, 2024
2 parents dc62f6b + d258827 commit 2c46462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/compiler/src/cerl.erl
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Current node types are:
> name of the type itself, prefixed by "`c_`"; recognizer predicates are
> correspondingly prefixed by "`is_c_`". Furthermore, to simplify preservation of
> annotations (cf. [`get_ann/1`](`get_ann/1`)), there are analogous constructor
> functions prefixed by "`ann_c_`| and "`update_c_`", for setting the annotation
> functions prefixed by "`ann_c_`" and "`update_c_`", for setting the annotation
> list of the new node to either a specific value or to the annotations of an
> existing node, respectively.
Expand Down Expand Up @@ -2480,7 +2480,7 @@ let_arity(Node) ->
Creates an abstract letrec-expression.
If `Definitions` is `[{V1, F1}, ..., {Vn, Fn}]`, the result represents
"`letrec V1 = F1 ... Vn = Fn in Body`. All the `Vi` must have type
"`letrec V1 = F1 ... Vn = Fn in Body`". All the `Vi` must have type
`var` and represent function names. All the `Fi` must have type
`'fun'`.
Expand Down

0 comments on commit 2c46462

Please sign in to comment.