'conceit' → 'concept' (#3280)

This commit is contained in:
Joseph Musser 2020-03-23 11:40:03 -04:00 committed by GitHub
parent c124903b80
commit 636f053f74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
https://github.com/dotnet/csharplang/issues/3226
We've been trying to leave space open for something we're calling "nominal records" where the
conceit is that we establish some new system for constructing types based on names, instead of
concept is that we establish some new system for constructing types based on names, instead of
the order of parameters in a constructor.
Here we have a refreshed nominal records proposal to examine and consider.
@ -38,4 +38,4 @@ of the `MemberwiseClone` approach as we discussed in previous design meetings.
**Conclusion**
There are many details to work out, but there's consensus that we want to investigate adding
nominal records in the future.
nominal records in the future.