Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lbialy committed Oct 4, 2024
1 parent 96380a1 commit 144eecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/besom/internal/RegistersOutputs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package besom.internal
import com.google.protobuf.struct.*
import scala.quoted.*

// this is a class instead of a trait because inline given derived below
// instances that blow up metaspace, this is a warning in 3.3.4
// this is a class instead of a trait because inline given derived below generated
// anonymous instances that blow up metaspace, this is a warning in 3.3.4
class RegistersOutputs[A <: ComponentResource & Product](func: Context ?=> A => Result[Struct]):
def serializeOutputs(a: A)(using Context): Result[Struct] = func(a)

Expand Down

0 comments on commit 144eecf

Please sign in to comment.