diff --git a/llvm/docs/MLGO.rst b/llvm/docs/MLGO.rst index 43b45d505ea3a..15d71c9d77506 100644 --- a/llvm/docs/MLGO.rst +++ b/llvm/docs/MLGO.rst @@ -471,7 +471,7 @@ embeddings can be computed and accessed via an ``ir2vec::Embedder`` instance. const ir2vec::Vocab &Vocabulary = VocabRes.getVocabulary(); unsigned Dimension = VocabRes.getDimension(); - Note that ``IR2VecVocabAnalysis`` pass is immutable. + Note that ``IR2VecVocabAnalysis`` pass is immutable. 2. **Create Embedder instance**: With the vocabulary, create an embedder for a specific function: