NativeScript/nativescript-sdk-examples-js

Is it "expect" or "except"?

nmandyam opened this issue · 3 comments

In both the places where the doc talks of the fromObjectRecursive method, it says: "This function will create new Observable for each nested object (expect arrays and functions) from supplied JavaScript object." Ummm, is that actually "This function will create new Observable for each nested object (except arrays and functions) from supplied JavaScript object."? That's a whole different thing. If it DOES actually "expect" to see arrays and functions in the supplied object, could you please make that clearer?

It should be except - good catch! WIll post a PR to fix the documentation,

Resolved via #131

lock commented

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.