From a0f12c5167052856ebef66ddfa182391e05635e0 Mon Sep 17 00:00:00 2001 From: Adam Mathias Bittlingmayer Date: Wed, 14 Oct 2015 01:54:55 -0700 Subject: [PATCH] s/like_num/like_number --- website/src/jade/docs/_api.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/jade/docs/_api.html b/website/src/jade/docs/_api.html index 09de92d14..649f65d72 100644 --- a/website/src/jade/docs/_api.html +++ b/website/src/jade/docs/_api.html @@ -246,7 +246,7 @@ array([[11880],
  • like_url Does the word resembles a URL?
  • -
  • like_num Does the word represent a number? e.g. “10.9”, “10”, “ten”, etc +
  • like_number Does the word represent a number? e.g. “10.9”, “10”, “ten”, etc
  • like_email Does the word resemble an email?
  • @@ -603,4 +603,4 @@ assert token.i == 4

    Load the strings mapping from a plain-text file in the given location. The format is subject to change; so if you need to read/write compatible files, please can find details in the strings.pyx source.

    - \ No newline at end of file +