Skip to content

Commit faaf03c

Browse files
committed
[docs][exported_values] fix typos and links
1 parent 8309b46 commit faaf03c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/exported_values/EXPORTED_VALUES.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ unexported toplevel values.
7575
### Warning 26: unused-var
7676

7777
This warning is enabled by default.
78-
I can be disabled by passing the `-w -26` to the compiler.
78+
It can be disabled by passing the `-w -26` to the compiler.
7979

8080
Description:
8181
```
@@ -102,7 +102,7 @@ Warning 26 [unused-var]: unused variable x.
102102
### Warning 27: unused-var-strict
103103

104104
This warning is disabled by default.
105-
I can be enabled by passing the `-w +27` to the compiler.
105+
It can be enabled by passing the `-w +27` to the compiler.
106106

107107
Description:
108108
```
@@ -128,7 +128,7 @@ Warning 27 [unused-var-strict]: unused variable x.
128128
### Warning 32: unused-value-declaration
129129

130130
This warning is disabled by default.
131-
I can be enabled by passing the `-w +32` to the compiler.
131+
It can be enabled by passing the `-w +32` to the compiler.
132132

133133
Description:
134134
```
@@ -259,10 +259,10 @@ This is the case unless there is a substitution on the module type.
259259
### Example
260260

261261
The reference files for this example are in the
262-
[sigincl](../examples/docs/exported_values/limitations/sigincl) directory.
262+
[sigincl](../../examples/docs/exported_values/limitations/sigincl) directory.
263263

264264
The reference takes place in `/tmp/docs/exported_values/limitations`, which
265-
is a copy of the [limitations](../examples/docs/exported_values/limitations)
265+
is a copy of the [limitations](../../examples/docs/exported_values/limitations)
266266
directory. Reported locations may differ depending on the location of the source
267267
files.
268268

@@ -347,11 +347,11 @@ re-exporting compilation unit has the same name as the one included.
347347
### Example
348348

349349
The reference files for this example are in the
350-
[incl\_same\_name](../examples/docs/exported_values/limitations/incl_same_name)
350+
[incl\_same\_name](../../examples/docs/exported_values/limitations/incl_same_name)
351351
directory.
352352

353353
The reference takes place in `/tmp/docs/exported_values/limitations`, which
354-
is a copy of the [limitations](../examples/docs/exported_values/limitations)
354+
is a copy of the [limitations](../../examples/docs/exported_values/limitations)
355355
directory. Reported locations may differ depending on the location of the source
356356
files.
357357

0 commit comments

Comments
 (0)