From 1d4b83ef6a1cf773cc9c5832108ceb6172982917 Mon Sep 17 00:00:00 2001 From: James Clark Date: Mon, 10 Oct 2022 09:03:16 +0700 Subject: [PATCH] Fix method lookup for regexp Fixes #1132 --- lang/spec.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/spec.html b/lang/spec.html index 66a36f95..a5c9f27c 100644 --- a/lang/spec.html +++ b/lang/spec.html @@ -5858,11 +5858,11 @@

Method call expression

library, where M is selected as follows.

@@ -11217,7 +11217,7 @@

Built-in subtypes

-

Lang library modules

+

Lang library modules

The lang library consists of the following modules. With the exception of the lang.value, lang.transaction and @@ -11317,8 +11317,8 @@

lang.object module

lang.regexp module

-

The lang.regexp module corresponds to tagged data type with tag -re.

+

The lang.regexp module corresponds to the basic type for the +tagged data type with tag re.

regexp.bal