Skip to content

Commit

Permalink
Use the example of request
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright committed Aug 10, 2023
1 parent 33c0eb9 commit b7fb5a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Playground: [https://rustq.github.io/3body-lang/](https://rustq.github.io/3body-
##### Example

```rust
A 以 寻找("https://raw.githubusercontent.com/rustq/3body-lang/main/LICENSE");
结果 以 寻找("https://raw.githubusercontent.com/rustq/3body-lang/main/example/外星文明");
```

## Summary
Expand Down
4 changes: 2 additions & 2 deletions example/寻找.3body
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
A 以 寻找("https://raw.githubusercontent.com/rustq/3body-lang/main/LICENSE");
结果 以 寻找("https://raw.githubusercontent.com/rustq/3body-lang/main/example/外星文明");

广播(A);
广播(结果);
2 changes: 1 addition & 1 deletion web/src/js/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ true
},
{
label: 'Request',
value: `给 A 以 寻找("https://raw.githubusercontent.com/rustq/3body-lang/main/LICENSE");
value: `给 结果 以 寻找("https://raw.githubusercontent.com/rustq/3body-lang/main/example/外星文明");
A
`,
Expand Down

0 comments on commit b7fb5a4

Please sign in to comment.