README: fix spelling

This commit is contained in:
Michael Sippel 2023-10-01 17:02:26 +02:00
parent f54514b2ab
commit e12cbef99f
Signed by: senvas
GPG key ID: F96CF119C34B64A6

View file

@ -24,8 +24,8 @@ application domain.
Trying to introduce a global type system at IPC level would result in Trying to introduce a global type system at IPC level would result in
naming conflicts: Abstract concepts like 'natural number' do not have naming conflicts: Abstract concepts like 'natural number' do not have
any standard representational form, as it is the case in other more any standard representational form, as it is the case with other more
contained langugaes. With a simple type name like this it is not clear contained languages. With a simple type name like this it is not clear
which of the many equivalent representations is required, e.g. for an which of the many equivalent representations is required, e.g. for an
*integer number* variations over radices, endianness, digit encoding *integer number* variations over radices, endianness, digit encoding
etc. exist. etc. exist.