You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good morning,
I'm learning on the Microsoft Learn platform. I am deeply grateful; this repository is a fantastic and interesting project.
Today I was completing the module Guided project - Build auto suggest engine with Copilot, specifically the unit Exercise - Use Copilot to autocomplete code. I found a difference in the parameters of the example code in the documentation of the guide and the method GetAllWordsWithPrefix in the repository's Trie.cs file.