From 45cf998481bdb800a247a4c0d842b3272d34f4fa Mon Sep 17 00:00:00 2001 From: Andreas Tolfsen Date: Mon, 3 Aug 2015 08:09:49 +0100 Subject: [PATCH] Algorithms: fix typo --- webdriver-spec.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webdriver-spec.html b/webdriver-spec.html index d467245b4..32b7467b5 100644 --- a/webdriver-spec.html +++ b/webdriver-spec.html @@ -228,6 +228,7 @@

Introduction

Algorithms

+

Various parts of this specification are written in terms of step-by-step algorithms. The details of these algorithms do not have any normative significance; implementations are free to adopt any implementation strategy @@ -242,7 +243,7 @@

Algorithms

which encapsulates the value returned, whereas an error response has an associated error code. -

The result of getting a propertywith name name +

The result of getting a property with name name from an [[!ECMA-262]] Object object is defined as the result of calling the [[\GetOwnProperty]]