Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _overviews/core/value-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ scala2: true
versionSpecific: true
---

In Scala 3, a similar result can be achieved with [opaque types][opaques].
In Scala 3, value classes are still supported for compatibility reasons but the recommended way to achieve the same result is to use [opaque types][opaques].

## Introduction

Expand Down