mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-12 17:27:50 +08:00
Remove two obsolete TODO comments and resolve one
This commit is contained in:
parent
9858d5a545
commit
cff229d9fa
|
@ -198,8 +198,6 @@ import (
|
|||
// Etymology: Perl, as
|
||||
// [`File::Slurp`](http://search.cpan.org/~uri/File-Slurp-9999.19/lib/File/Slurp.pm).
|
||||
|
||||
// TODO(xiaq): Document from-lines.
|
||||
|
||||
//elvdoc:fn from-json
|
||||
//
|
||||
// ```elvish
|
||||
|
@ -233,8 +231,6 @@ import (
|
|||
//
|
||||
// @cf to-json
|
||||
|
||||
// TODO(xiaq): Document to-lines.
|
||||
|
||||
//elvdoc:fn to-json
|
||||
//
|
||||
// ```elvish
|
||||
|
|
|
@ -9,7 +9,18 @@ import (
|
|||
|
||||
// Numerical operations.
|
||||
|
||||
// TODO(xiaq): Document float64.
|
||||
//elvdoc:fn float64
|
||||
//
|
||||
// ```elvish
|
||||
// float64 123
|
||||
// float64 NaN
|
||||
// float64 Inf
|
||||
// ```
|
||||
//
|
||||
// Explicitly convert a string to a `float64` data type.
|
||||
//
|
||||
// It is very rare that this command is needed. See the discussion of the
|
||||
// [number](language.html#number) data type.
|
||||
|
||||
//elvdoc:fn + - * /
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue
Block a user