Remove warning on web REPL page

This commit is contained in:
Brian Carroll 2023-09-09 16:19:03 +01:00
parent 6a47a99114
commit ee2731b152
No known key found for this signature in database
GPG Key ID: 5C7B2EC4101703C0

View File

@ -33,7 +33,6 @@
></textarea>
</section>
</div>
<p style="margin-top: 20px;">⚠️ This web REPL misses some features that are available in the CLI (roc repl) like defining variables without a final expression, which will result in the "Missing Final Expression" error.</p>
<script type="module" src="/repl/repl.js"></script>
</body>
</html>