Skip to content
Snippets Groups Projects
Commit 0d6400e8 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Tweak release notes

parent 67b37cc5
No related branches found
No related tags found
No related merge requests found
......@@ -173,15 +173,15 @@ foreign import ccall interruptible
<listitem>
<para>
The <literal>OverlappingInstances</literal> exception used to
The <literal>OverlappingInstances</literal> extension used to
allow overlapping instances only when all but the
most specific instance were compiled with
<literal>OverlappingInstances</literal>.
Now overlap is allowed if <emphasis>either</emphasis> all but
the most specific instance were compiled with
<literal>OverlappingInstances</literal>, or if the most
specific instance was compiled with
<literal>OverlappingInstances</literal>.
<literal>OverlappingInstances</literal>,
<emphasis>or</emphasis> if the most specific instance was
compiled with <literal>OverlappingInstances</literal>.
</para>
</listitem>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment