Skip to content

Commit 6355bcd

Browse files
update readme
1 parent d18d8b1 commit 6355bcd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ julia> struct Foo
2525
y
2626
end
2727

28-
julia> @functor Foo
29-
3028
julia> model = Foo(1, [1, 2, 3])
3129
Foo(1, [1, 2, 3])
3230

@@ -41,8 +39,6 @@ julia> struct Bar
4139
x
4240
end
4341

44-
julia> @functor Bar
45-
4642
julia> model = Bar(Foo(1, [1, 2, 3]))
4743
Bar(Foo(1, [1, 2, 3]))
4844

0 commit comments

Comments
 (0)