cli_ure/source/basetypes/uno/PolymorphicType.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9539ea2c9129433c60ffa2848d7fe28a2ee074a6 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Jun 18 22:45:21 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 19 08:37:49 2024 +0200 Fix typo Change-Id: Ie1a1e7b6da8303d3811df32d2ed524576c6be29e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169164 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/cli_ure/source/basetypes/uno/PolymorphicType.cs b/cli_ure/source/basetypes/uno/PolymorphicType.cs index e996131fc6ab..4dbea1bbbfc6 100644 --- a/cli_ure/source/basetypes/uno/PolymorphicType.cs +++ b/cli_ure/source/basetypes/uno/PolymorphicType.cs @@ -34,7 +34,7 @@ namespace uno { retain this information we use PolymorphicType which directly inherits from System.Type. The additional information about type parameters are passed as simple string when creating an instance of PolymorphicType. Usually one - only needs a PolymorphicType when a polymporphic type is put into an + only needs a PolymorphicType when a polymorphic type is put into an uno.Any. For example, let's assume there is a idl type PolyStruct: module test {