Doc: Update Readme.md, fix typo 'stop to stop

main
redbar0n 2 years ago committed by GitHub
parent f97c497d31
commit 0063556bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -141,7 +141,7 @@ How many airports are directly connected to `FRA`?
How many airports are reachable from `FRA` by one stop?
```
?[count_unique(to)] := *route{fr: 'FRA', to: 'stop},
?[count_unique(to)] := *route{fr: 'FRA', to: stop},
*route{fr: stop, to}
```

Loading…
Cancel
Save