Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Feb 19, 2024
1 parent 1e55b2c commit 098f28b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Interop.Tests/Slice/ClassTests.slice
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class Truck : Vehicle {
}

// Only in .slice file
// We need to use cs::identifier otherwise Ice will find the ZeroC.Slice-generated RacingBicyleTwin class when it tries
// to decode type ID "::Interop::Tests::Slice::RacingBicyle".
// We need to use cs::identifier otherwise Ice will find the ZeroC.Slice -generated RacingBicycleTwin class when it
// tries to decode type ID "::Interop::Tests::Slice::RacingBicycle".
[cs::identifier("RacingBicycleTwin")]
class RacingBicycle : Bicycle {
maxSpeed: float64
Expand Down

0 comments on commit 098f28b

Please sign in to comment.