com doc/ja: typofixes for IntlDateFormatter::getLocale(): reference/intl/dateformatter/get-locale.xml

[email protected] (Yoshinari Takaoka) Wed, 30 Dec 2020 15:20:35 +0000
Newsgroups php.doc.ja
Message-ID <[email protected]>
Commit:    7524e48cafa059fce458c929064027a67f2d9e18
Author:    Yoshinari Takaoka <[email protected]>         Thu, 31 Dec 2020 00:20:35 +0900
Parents:   1baec924d627b42212e1716b022f50d70d616217
Branches:  master

Link:       http://git.php.net/?p=doc/ja.git;a=commitdiff;h=7524e48cafa059fce458c929064027a67f2d9e18

Log:
typofixes for IntlDateFormatter::getLocale()

Changed paths:
  M  reference/intl/dateformatter/get-locale.xml


Diff:
diff --git a/reference/intl/dateformatter/get-locale.xml b/reference/intl/dateformatter/get-locale.xml
index f9e7c3dcef..ebace31d9c 100644
--- a/reference/intl/dateformatter/get-locale.xml
+++ b/reference/intl/dateformatter/get-locale.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 9643097fc3c3e26ba4545e77a150628b9b8e9230 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: a5f69d2d8afdbe60155b74a9a11988b18e789325 Maintainer: takagi Status: ready -->
 <refentry xml:id="intldateformatter.getlocale" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>IntlDateFormatter::getLocale</refname>
@@ -42,7 +42,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>hich</parameter></term>
+     <term><parameter>which</parameter></term>
      <listitem>
       <para>
        妥当なロケールか実際のロケール (それぞれ
@@ -78,8 +78,8 @@ $fmt = datefmt_create(
     'America/Los_Angeles',
     IntlDateFormatter::GREGORIAN
 );
-echo 'locale of the formatter is : " . datefmt_get_locale($fmt);
-echo 'First Formatted output is " . datefmt_format($fmt, 0);
+echo 'locale of the formatter is : ' . datefmt_get_locale($fmt);
+echo 'First Formatted output is ' . datefmt_format($fmt, 0);
 
 $fmt = datefmt_create(
     'de-DE',