Skip to content

Commit

Permalink
Fix: update omission (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyan-dot authored Dec 22, 2024
1 parent 91a4c14 commit 1cca8ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reference/session/functions/session-abort.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.session-abort">
<refnamediv>
<refname>session_abort</refname>
<refpurpose>session 配列の変更を破棄してセッションを終了します</refpurpose>
<refpurpose>session 配列の変更を破棄してセッションを終了する</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand Down
4 changes: 2 additions & 2 deletions reference/session/functions/session-reset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.session-reset">
<refnamediv>
<refname>session_reset</refname>
<refpurpose>session 配列を元の値で再初期化します</refpurpose>
<refpurpose>session 配列を元の値で再初期化する</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand All @@ -27,7 +27,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.void;
&return.success;
</para>
</refsect1>

Expand Down

0 comments on commit 1cca8ea

Please sign in to comment.