diff --git a/content/which_operator_do_i_use/creation_operators.md b/content/which_operator_do_i_use/creation_operators.md index bd292b9f7..1013dbe15 100644 --- a/content/which_operator_do_i_use/creation_operators.md +++ b/content/which_operator_do_i_use/creation_operators.md @@ -67,7 +67,7 @@ Use this page to find the creation operator implemented by the [`Observable`](.. over the values in an array - Observable.fromArray
+ Observable.fromArray
(obsolete aka .from)