@@ -75,7 +75,7 @@ unexported toplevel values.
7575### Warning 26: unused-var
7676
7777This 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
8080Description:
8181```
@@ -102,7 +102,7 @@ Warning 26 [unused-var]: unused variable x.
102102### Warning 27: unused-var-strict
103103
104104This 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
107107Description:
108108```
@@ -128,7 +128,7 @@ Warning 27 [unused-var-strict]: unused variable x.
128128### Warning 32: unused-value-declaration
129129
130130This 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
133133Description:
134134```
@@ -259,10 +259,10 @@ This is the case unless there is a substitution on the module type.
259259### Example
260260
261261The 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
264264The 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 )
266266directory. Reported locations may differ depending on the location of the source
267267files.
268268
@@ -347,11 +347,11 @@ re-exporting compilation unit has the same name as the one included.
347347### Example
348348
349349The 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 )
351351directory.
352352
353353The 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 )
355355directory. Reported locations may differ depending on the location of the source
356356files.
357357
0 commit comments