Skip to content

Commit

Permalink
[Automated] Update spec in master
Browse files Browse the repository at this point in the history
  • Loading branch information
ballerina-bot committed Apr 19, 2024
1 parent 2a82b45 commit b897ff3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions spec/lang/master/index.html
Expand Up @@ -16,7 +16,7 @@
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script><script src="style/ballerina-language-specification.js"></script>
</head>
<body>
<h1>Ballerina Language Specification, 2024R1 preview 2024-03-31</h1>
<h1>Ballerina Language Specification, 2024R1 preview 2024-04-19</h1>
<p>
Primary contributors:
</p>
Expand Down Expand Up @@ -1403,7 +1403,7 @@ <h4 id="section_5.1.5">5.1.5 Type-ids</h4>
<p>
The semantics of distinct types are based on type-ids. These are similar to the
brands used by branded types. A distinct type is created by the use of the
<code>distinct</code> keyword in either a <a href="#distinct-types">distinct-type-descriptor</a> or the
<code>distinct</code> keyword in either a <a href="#distinct_types">distinct-type-descriptor</a> or the
<code>class-type-quals</code> of a <code>module-class-defn</code>. Each such
occurrence of the <code>distinct</code> keyword has a distinct type-id, which
uniquely identifies it within a Ballerina program. A type-id has three parts:
Expand Down Expand Up @@ -14514,7 +14514,7 @@ <h2 id="changes">B. Changes since previous releases</h2>
<h3 id="section_B.1">B.1 Summary of changes from 2023R1 to 2024R1</h3>
<ol>
<li>Isolated inference can infer <code>isolated</code> for an object constructor expression.</li>
<li>A query-select-expr can construct a stream without explicitly specififying
<li>A query-select-expr can construct a stream without explicitly specifying
the <code>stream</code> keyword.</li>
<li>It is no longer allowed for a lock statement to contain a sync-send-action or a receive-action.</li>
<li>A <code>retry</code> or <code>transaction</code> statement may now have an <code>on fail</code>
Expand Down
6 changes: 3 additions & 3 deletions spec/lang/master/spec.xml
Expand Up @@ -13,7 +13,7 @@
</style>
</head>
<body>
<h1>Ballerina Language Specification, 2024R1 preview 2024-03-31</h1>
<h1>Ballerina Language Specification, 2024R1 preview 2024-04-19</h1>
<p>
Primary contributors:
</p>
Expand Down Expand Up @@ -799,7 +799,7 @@ types found in some other structurally typed languages, such as Modula-3.
The semantics of distinct types are based on type-ids. These are similar to the
brands used by branded types. A distinct type is created by the use of the
<code>distinct</code> keyword in either a <a
href="#distinct-types">distinct-type-descriptor</a> or the
href="#distinct_types">distinct-type-descriptor</a> or the
<code>class-type-quals</code> of a <code>module-class-defn</code>. Each such
occurrence of the <code>distinct</code> keyword has a distinct type-id, which
uniquely identifies it within a Ballerina program. A type-id has three parts:
Expand Down Expand Up @@ -14019,7 +14019,7 @@ public isolated function last(Type v, Type... vs) returns Type = external;
<h3>Summary of changes from 2023R1 to 2024R1</h3>
<ol>
<li>Isolated inference can infer <code>isolated</code> for an object constructor expression.</li>
<li>A query-select-expr can construct a stream without explicitly specififying
<li>A query-select-expr can construct a stream without explicitly specifying
the <code>stream</code> keyword.</li>
<li>It is no longer allowed for a lock statement to contain a sync-send-action or a receive-action.</li>
<li>A <code>retry</code> or <code>transaction</code> statement may now have an <code>on fail</code>
Expand Down

0 comments on commit b897ff3

Please sign in to comment.