mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 04:40:40 +00:00
chore(examples): include initial result example
This commit is contained in:
parent
b33abef2ca
commit
353ce041ea
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
local result = require("lib/result")
|
||||
local result = require("../lib/result")
|
||||
type Result<T, E> = result.Result<T, E>
|
||||
local Ok = result.Ok
|
||||
local Err = result.Err
|
Loading…
Reference in a new issue