Fix the rendering of ResourceOptions.merge (#6206)

This commit is contained in:
Komal 2021-01-26 15:44:12 -07:00 committed by GitHub
parent d7dc6bf404
commit 216fd2bed5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -476,7 +476,7 @@ class ResourceOptions:
Conceptually attributes merging follows these basic rules:
1. if the attributes is a collection, the final value will be a collection containing the
1. If the attributes is a collection, the final value will be a collection containing the
values from each options object. Both original collections in each options object will
be unchanged.