Skip to content

Commit

Permalink
docs: revert change in unary alias
Browse files Browse the repository at this point in the history
  • Loading branch information
gunjjoshi committed Oct 21, 2024
1 parent d947aae commit 1b7b156
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ this_dir="${base_dir}/@stdlib/_tools/scaffold/math-strided-real-typed-unary"
wrap="${base_dir}/@stdlib/_tools/repl-txt/wrap-desc/bin/cli"

# Define the unary function alias:
unary_alias="${alias}"
unary_alias="${alias:1}"
if [ "${alias:0:1}" == "s" ]; then
unary_alias="${unary_alias}f"
fi
Expand Down

0 comments on commit 1b7b156

Please sign in to comment.