Skip to content

Commit 395995f

Browse files
committed
Also fix these examples to match the previous example changes
1 parent d5ac7ca commit 395995f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/doc/reference_manual/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,10 @@ For types or callbacks, the signature is derived from the type or callback
256256
specification. For example:
257257

258258
```erlang
259-
-type number(Value) :: {number, Value}.
259+
-type number(Value) :: {arith, Value}.
260260
%% signature will be `number(Value)`
261261

262-
-opaque number() :: {number, number()}.
262+
-opaque number() :: {arith, number()}.
263263
%% signature will be `number()`
264264

265265
-callback increment(In :: number()) -> Out.

0 commit comments

Comments
 (0)