From 3a86c45548809aed2297a05bf8cc5376af5e0f26 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Sun, 7 Feb 2016 20:44:36 -0500 Subject: [PATCH] Editorial: Properly title-case the clause title ... ... "Applying the `**` operator" Fixes #376. --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index af9f8643b3..7751ef8a7c 100644 --- a/spec.html +++ b/spec.html @@ -12770,7 +12770,7 @@

Applying the `%` Operator

-

Applying the `**` operator

+

Applying the `**` Operator

Returns an implementation-dependent approximation of the result of raising _base_ to the power _exponent_.