summaryrefslogtreecommitdiffstats
path: root/2023/talks/lspocaml.md
diff options
context:
space:
mode:
Diffstat (limited to '2023/talks/lspocaml.md')
-rw-r--r--2023/talks/lspocaml.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/2023/talks/lspocaml.md b/2023/talks/lspocaml.md
index c5f27a0a..7646c7b5 100644
--- a/2023/talks/lspocaml.md
+++ b/2023/talks/lspocaml.md
@@ -33,7 +33,7 @@ about writing a server, and how to integrate it with Emacs.
- Q:Why not write the LSP server in OCaml? I missed the reasoning to
switch to Rust/etc - performance?
- - A: The \"stack\" (cross-compilation, libraries, etc.) being less
+ - A: The "stack" (cross-compilation, libraries, etc.) being less
developed than for developing LSP servers in, e.g., TypeScript
- Q: What are the corner cases, limitations, and other issues you
encountered in implementing an LSP server with client in Emacs, that