Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translate fuctions in eval.jax #98

Merged
merged 2 commits into from
Jan 13, 2017
Merged

translate fuctions in eval.jax #98

merged 2 commits into from
Jan 13, 2017

Conversation

kashewnuts
Copy link
Contributor

Relate: #48

execute()funcref()@yassuさんに担当していただけるということなのでそのままになっています。

ch_status({handle} [, {options}])
文字列 status of channel {handle}
文字列 チャンネル{handle}のステータス
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

「ステータス」よりも「状態」の方がよいかと。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@@ -2138,7 +2138,7 @@ insert({list}, {item} [, {idx}]) リスト {list}に要素{item}を挿入 [{idx}
invert({expr}) 数値 ビット反転
isdirectory({directory}) 数値 {directory}がディレクトリならばTRUE
islocked({expr}) 数値 {expr}がロックされているならTRUE
isnan({expr}) Number |TRUE| if {expr} is NaN
isnan({expr}) 数値 {expr}がNanならばTRUE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/Nan/NaN/
s/TRUE/|TRUE|/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/TRUE/|TRUE|/

ここは上に合わせて|TRUE|でなくTRUEにしたのですが、
|TRUE|のほうがよろしいでしょうか?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

原文にあわせましょう。(上も)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

承知しました。他の箇所も併せて修正します。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@k-takata k-takata merged commit 376b634 into master Jan 13, 2017
@k-takata k-takata deleted the eval-functions branch January 13, 2017 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants