Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
v1993 authored Sep 25, 2020
1 parent 05038e4 commit 4780e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/variant.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ inside variants
varaints are expanded for `v`-typed variants. Dictionaries return
proxy table which can be indexed by dictionary keys to retrieve
dictionary values. Generic arrays are __not__ automatically
expanded, the source variants are returned are returned instead.
expanded, the source variants are returned instead.
- `# operator` Length operator is overriden for GLib.Variants,
returning number of child elements. Non-compound variants always
return 0, maybe-s return 0 or 1, arrays, tuples and dictionary
Expand Down

0 comments on commit 4780e6d

Please sign in to comment.