Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ScorpioT1000 authored Sep 6, 2024
1 parent 8c40ec0 commit a396ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ World = Imp.export("World", function()
---@type { z: string }
local C = Imp.import({ name = "Hello**" })

print(A.x .. ", " .. B.x .. ", " .. C.x)
print(A.x .. ", " .. B.y .. ", " .. C.z)
end)

-- init section (main)
Expand Down

0 comments on commit a396ad0

Please sign in to comment.