Skip to content

buildin.jax: Remove remained english phrase #1829

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

Merged
merged 1 commit into from
Nov 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/builtin.jax
Original file line number Diff line number Diff line change
Expand Up @@ -6280,7 +6280,6 @@ lispindent({lnum}) *lispindent()*
戻り値の型: |Number|

list2blob({list}) *list2blob()*
Return a Blob concatenating all the number values in {list}.
{list} にある数値全てを連結したBlobを返す。
例: >
list2blob([1, 2, 3, 4]) returns 0z01020304
Expand Down