sml icon indicating copy to clipboard operation
sml copied to clipboard

Grammatical error in the docs.

Open seigtm opened this issue 3 years ago • 1 comments

On this page

Expected Text

const auto guard2 = [] -> bool { return true; }
state<class a> + event<e> [ guard2 ] / [](const auto& event) -> void {}  // Ok on all supported compilers

Actual Text

const auto guard2 = [] -> bool { return true; }
state<class a> + event<e> [ gurad2 ] / [](const auto& event) -> void {}  // Ok on all supported compilers

/* gurad2, not guard2! */

Steps to Reproduce the Problem

  1. Open official docs.
  2. Open Overview section.
  3. Scroll down to the Supported/Tested compilers paragraph.

seigtm avatar Nov 06 '21 22:11 seigtm

Pull Request here

seigtm avatar Nov 06 '21 22:11 seigtm