Docs: minor grammer fix

Fix grammatical mistake in Type Conversions section
This commit is contained in:
Sanket Shah 2022-04-09 11:24:39 +05:30 committed by GitHub
parent ac7daa516f
commit cb2d511a72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ For example, `alert` automatically converts any value to a string to show it. Ma
There are also cases when we need to explicitly convert a value to the expected type. There are also cases when we need to explicitly convert a value to the expected type.
```smart header="Not talking about objects yet" ```smart header="Not talking about objects yet"
In this chapter, we won't cover objects. For now we'll just be talking about primitives. In this chapter, we won't cover objects. For now, we'll just be talking about primitives.
Later, after we learn about objects, in the chapter <info:object-toprimitive> we'll see how objects fit in. Later, after we learn about objects, in the chapter <info:object-toprimitive> we'll see how objects fit in.
``` ```