Skip to content

Instantly share code, notes, and snippets.

@rochefort
Last active June 9, 2016 22:46
Show Gist options
  • Save rochefort/eccb79f833e83b2f27034797b7ca9225 to your computer and use it in GitHub Desktop.
Save rochefort/eccb79f833e83b2f27034797b7ca9225 to your computer and use it in GitHub Desktop.
CI3 typos in doc

source/helpers

text_helper.rst

文字実体参照 … … がそのまま出力されている。 「...」の方が良い。

string_helper.rst

  • alternator の戻り値が文字列と記載されているが、型は mixed になっている。 後で確認。
  • repeater の引数は Input ではなく Input string では?
  • http:// がそのまま出てる
  • occuring -> occurring

helpers/html_helper.rst

  • コードがむき出し :: がない echo heading('Welcome!', 3, 'class="pink"');
  • $src ではなく $href :param bool $index_page: Whether to treat $src as a routed URI string

form_helper.rst

  • boolなのにstringになっている Whether the value is also a default one

installation

upgrade_306.rst

* で囲ってるから、バッククォートがそのまま出てる Tip: Just copy the ENVIRONMENT, $system_path, $application_folder and $view_folder declarations from the old file and put them into the new one, replacing the defaults.

upgrade_310.rst

  • in the in the 2回繰り返されてる
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment